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