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

RE: Re: URL abbreviation?

From: Stephen Warren <swarren_at_paramanet.com>
Date: 2004-04-22 18:15:58 CEST

> > On Thu, 2004-04-22 at 10:02, Perry E. Metzger wrote:
> >> My users find themselves typing
> >>
> >> svn://svn/svn
> >>
> >> over and over again all day.

If you're going to end up writing a wrapper script for svn, then it should be reasonably easy to read the current working directory and find out what project you're in and automatically build the URL, without having to set environment variables either manually, or through the previously suggested "project" script/alias (assuming the tools always get run from the CWD...)

In our build system, we know the first directory that gets checked out is always named "pn_sdk", so we just search for a directory of that name in the cwd, and split there, etc.

--
Stephen Warren, Software Engineer, Parama Networks, San Jose, CA
http://www.wwwdotorg.org/work_contact/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 22 18:16:43 2004

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.