Apparently the http protocol works too: svn switch --relocate https://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad/trunk https://svn.code.sf.net/p/brlcad/code/brlcad/trunk .
This is especially useful if you are behind a firewall/proxy. Daniel 2013/4/23 Christopher Sean Morrison <[email protected]>: > Devs, > > Note that svn relocate is only in newer versions. This all-one-liner > switched my checkout successfully on an older svn 1.6.17: > > svn switch --relocate > https://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad/trunk > "svn+ssh://[email protected]/p/brlcad/code/brlcad/trunk" > > Cheers! > Sean > > On Apr 22, 2013, at 8:23 PM, Christopher Sean Morrison wrote: > > > To All, > > As noted below, our project site has been migrated to new Sourceforge > infrastructure. This means all of our SVN checkout instructions have > changed (and need updating, please!). At a minimum, this step: > > svn co https://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad/trunk brlcad > > changes to: > > svn co https://svn.code.sourceforge.net/p/brlcad/code/brlcad/trunk brlcad > > and a new option is available to use the faster svn:// (read-only) and > svn+ssh:// (read-write) protocols. That'll be good for those behind > firewall where connection overhead resulted in very long update and check in > times. Right now, I'm seeing a full checkout is coming in a little under 2 > minutes. > > If you try to check in a change to the old repo, you'll get an error with > instructions on how to point your existing checkout to the new location > (using the "svn relocate" command). > > Cheers! > Sean > > p.s. Do NOT use the checkout URL shown below as that will extract the entire > repo, all modules, all tags, all branches. You want > /p/brlcad/code/brlcad/trunk > > > > Begin forwarded message: > > From: "SourceForge.net" <[email protected]> > Date: April 22, 2013 6:35:46 PM EDT > To: [email protected] > Subject: SourceForge Project Upgrade - Code Repo Complete > Reply-To: [email protected] > > Your code repository in upgraded project brlcad is now ready for use. > > Old repository url: http://brlcad.svn.sourceforge.net/svnroot/brlcad > > New repository checkout command: svn checkout --username=brlcad > svn+ssh://[email protected]/p/brlcad/code/ brlcad-code > > You should do a checkout using the new repository location. The old > repository is read-only now. > > For more detailed instructions on migrating to your new repo, please see > https://sourceforge.net/p/forge/community-docs/Repository%20Upgrade%20FAQ/ > > -- > SourceForge.net has sent this mailing to you as a registered user of > the SourceForge.net site to convey important information regarding > your SourceForge.net account or your use of SourceForge.net services. > If you have concerns about this mailing please contact our Support > team per: http://sourceforge.net/support > > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter_______________________________________________ > BRL-CAD Developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/brlcad-devel > > > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > _______________________________________________ > BRL-CAD Developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/brlcad-devel > ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
