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

SourceForge.net noreply at sourceforge.net
Thu Feb 3 00:38:10 CET 2011


Bugs item #3171014, was opened at 2011-02-02 23:38
Message generated for change (Tracker Item Submitted) made by nobody
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: Open
Resolution: None
Priority: 5
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

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

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