[OpenSIPS-Devel] [ opensips-Bugs-3171014 ] can't do 'svn co' under windows

SourceForge.net noreply at sourceforge.net
Mon Jun 27 18:43:27 CEST 2011


Bugs item #3171014, was opened at 2011-02-03 01:38
Message generated for change (Settings changed) made by bogdan_iancu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3171014&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: trunk
>Status: Closed
>Resolution: Invalid
Priority: 1
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: can't do 'svn co' under windows

Initial Comment:
many time, i can't do 'svn co' opensips and openser to, under windows

the log from TourtoiseSVN under windows
...
>Added: F:\work\svn\voip\opensips_trunk\modules\db_unixodbc  
>Added: F:\work\svn\voip\opensips_trunk\modules\db_unixodbc\res.h  
>Added: F:\work\svn\voip\opensips_trunk\modules\db_unixodbc\row.c  
>Added: F:\work\svn\voip\opensips_trunk\modules\db_unixodbc\list.c  
>Added: F:\work\svn\voip\opensips_trunk\modules\db_unixodbc\README  
>Added: F:\work\svn\voip\opensips_trunk\modules\db_unixodbc\row.h  
>Added: F:\work\svn\voip\opensips_trunk\modules\db_unixodbc\dbase.c  
>Error: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again  
>Error: Can't open file   
>Error: 'F:\work\svn\voip\opensips_trunk\modules\db_unixodbc\.svn\tmp\text-base\con.c.svn-base':   
>Error: File not found!
>Finished!:   

that is problem under windows
becouse windows can't create file 'con.c' 'con.h' and any file that have name  as 'con', becouse CON reserved for windows IO

the solution a rename filenames

opensips_trunk/modules/db_unixodbc/con.c
and
 opensips_trunk/modules/db_unixodbc/con.h

to another name

as example like that 'conn.*'

opensips_trunk/modules/db_unixodbc/conn.c
opensips_trunk/modules/db_unixodbc/conn.h

----------------------------------------------------------------------

Comment By: Bogdan-Andrei Iancu (bogdan_iancu)
Date: 2011-02-11 19:11

Message:
Hi, maybe a stupid question, but why do you want to co on windows? anyhow
the code does not compile under windows :D .

Regards,
Bogdan

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3171014&group_id=232389



More information about the Devel mailing list