What is wrong with SVN?

Warren Young warren@etr-usa.com
Mon Sep 30 18:14:00 GMT 2013


On 9/29/2013 13:39, Angelo Graziosi wrote:
> What is wrong with this command:
>
> $ svn co svn://gcc.gnu.org/svn/gcc/branches/fortran-dev fortran-dev

What happens if you modify it a bit:

     $ CYGWIN_SQLITE_LOCKING=posix svn co svn://...

That forces the SQLite library that Cygwin's svn is linked to to use 
POSIX compatible locking, instead of the Windows compatible locking it 
uses by default.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list