This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: What is wrong with SVN?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]