[openmapi.org devel] Subversion References to anonsvn.mono-project.com
Marc Schoechlin
ms at 256bit.org
Tue Mar 3 12:53:59 CET 2009
Hello Developers,
i discovered that your development repository references an 3rd party
mono-repository using the "svn://" communication scheme.
This is a little bit obstructive for people which work behind
an strict http/https company proxy like me :-)
In my understanding (according to the svn documentation) this reference can be easily
switched to the "http://" communication scheme using the following svn commands:
---
svn co http://svn.openmapi.org/svn/openmapi/trunk/
cd openmapi/trunk/nmapi/lib/
rm -rf getline
svn propdel svn:externals getline
svn propset svn:externals "getline http://anonsvn.mono-project.com/source/trunk/mcs/tools/csharp" .
svn commit -m "switching to http communication scheme"
---
Do you think switching to the http-communication scheme is an option for you ?
Best regards
Marc Schoechlin
More information about the Devel
mailing list