Re: environment variable for location of the .svn directory ?
From: Andreas Krey <a.krey_at_gmx.de>
Date: Fri, 23 Dec 2016 08:06:38 +0100
On Thu, 22 Dec 2016 13:48:47 +0000, Stefan Sperling wrote:
I know of a VCS having done exactly this.
> Inevitably, an environment variable will point to a .svn directory of one
Or for use within scripts to communicate with things they invoke indirectly.
> Since each .svn dir lives in a separate working copy its path is not a
A safer alternative would be to look, when in /home/ak/some/wc, for
/home/ak/some/wc/.svn
or with an envvar SVNDIRS=/home/ak/svndirs
/home/ak/some/wc/.svn
> I think the use case described would be much better served by implementing
This, incidentallly, is also *much* more complex to implement, beginning
Andreas
-- "Totally trivial. Famous last words." From: Linus Torvalds <torvalds@*.org> Date: Fri, 22 Jan 2010 07:29:21 -0800Received on 2016-12-23 08:07:21 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.