[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

The use of SVNROOT

From: Eramo, Mark <meramo_at_hbs.edu>
Date: Fri, 5 Mar 2010 15:11:34 -0500

Hello,
   I am working with Subversion 1.6.9 and was wondering if there was a way to setup the SVNROOT variable so that I do not have to type it every time I for example, need to checkout a new project.

With cvs, we defined cvsroot in our env. It was for example CVSROOT=pserver:/usr/local/cvsroot

Then when we did a cvs checkout, it resolved cvsroot automatically

Instead of having to type cvs co /usr/local/cvsroot/path/to/project All we had to do was type cvs co path/to/project

Trying to figure out if there is a way to do this with SVNROOT so that instead of typing svn co $SVNROOT/path/to/project, I could just type svn co /path/to/project and have it automatically resolve $SVNROOT.

Thanks,
Mark
Received on 2010-03-05 21:12:16 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.