Re: how to use environment variable
From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-05-06 14:29:33 CEST
On May 6, 2006, at 10:34, pipehappy wrote:
> When using svn command, it seems have to explicit path to the repos. I
When using svn commands that operate on a working copy, Subversion
> Does Subversion have the similar facility that I can use some default
For svn commands that do not operate on working copies, you must
export REPO=https://svn.example.com
Then I can say things like:
svn checkout $REPO/project/trunk project-trunk
This is for the Bash shell; converting this for use with a different
---------------------------------------------------------------------
|
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.