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

Re: I, too, miss tags.

From: Duncan Murdoch <murdoch_at_stats.uwo.ca>
Date: 2006-02-24 19:38:58 CET

On 2/24/2006 2:20 AM, Saulius Grazulis wrote:
> On Friday 24 February 2006 03:24, sub paul wrote:
>
>> What, specifically, are you looking for that subversion does not do?
>
> I, personally, would love to write:
>
> svn export -r PAPER_I_HAVE_SENT_TO_THE_EDITOR_ON_2005.11.11 svn+ssh://repo/
>
> instead of
>
> svn export -r 256489 svn+ssh://repo/
>
> and the same for update, checkout, merge, externals, etc...

I think your problem is in trying to avoid the extra directory level.
By not putting your trunk into svn+ssh://repo/trunk, you're losing out
on the possibility of tags, branches, etc. Don't do that.

Assuming you use the recommended layout for your repository, your
command would be simply

svn export
svn+ssh://repo/tags/PAPER_I_HAVE_SENT_TO_THE_EDITOR_ON_2005.11.11

which doesn't look all that different from what you were asking for.

Duncan Murdoch

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 24 19:43:39 2006

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.