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

Re: rapidsvn feedback

From: <cmpilato_at_collab.net>
Date: 2002-08-01 16:20:08 CEST

Josef Wolf <jw@raven.inka.de> writes:

> On Thu, Aug 01, 2002 at 10:20:01AM +0200, brane@xbc.nu wrote:
>
> > FWIW, I _would_ support having a shortcut notation so that one didn't
> > have to type the root UTL of the repository all the time; e.g., so that
> > you could type
> >
> > svn switch %%/branches/issue-531-dev .
> >
> > and the client would grok from context that %% is
> > http://svn.collab.net/repos/svn. That shouldn't be too hard to do today,
> > and it would be positively trivial once we record the root URL
> > separately in the WC. This would save a lot of typing, and most
> > importantly, typos.
>
> It is not only about typing, it is also about remembering that damn
> URL. I always need to grep the svn/INSTALL file when I need the URL
> because I can't remember it =8)

All I gotsta say is:

   THE_URL=`svn info working_copy_dir | grep Url: | cut -c 6-`

:-) I use this *all the time*.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 1 16:20:54 2002

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

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