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
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