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

Re: svn cat on moved revisions

From: Peter Hercek <peter_at_syncad.com>
Date: 2004-10-25 22:06:42 CEST

there are also inconsistencies among commands (at least in 1.1.0)
some info is here:
http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=19204

----- Original Message -----
From: "Ben Collins-Sussman" <sussman@collab.net>
Newsgroups: gmane.comp.version-control.subversion.user
Cc: "Ray Johnson" <Rayj@ingenio.com>; <users@subversion.tigris.org>
Sent: Thursday, October 21, 2004 15:39
Subject: Re: svn cat on moved revisions

>
> On Oct 21, 2004, at 12:52 PM, Patrick Smears wrote:
> >
> > * svn cmd -rX file@Y
> > --> operates on the entity that, in revision Y is called 'file',
> > where it appears in (earlier) revision X
>
> Yes.
>
> > * svn cmd -rX file
> > --> Y defaults to BASE for WC, or HEAD for URL
>
> Yes.
>
> > * svn cmd file@Y
> > --> X defaults to Y?
>
> No -r argument is given, so there's no history to trace. The command
> is run directly against 'file' in revision Y.
>
>
> >
> > What we currently do have:
> >
> > * svn cmd -rX file@Y
> > --> doesn't exist (at least for 'cat')
>
> Correct. The path@REV syntax exists for 'diff' and 'merge', however.
>
> > * svn cmd -rX file
> > --> Y defaults to BASE for WC, or X for URL
>
> Correct.
>
> > * svn cmd file@Y
> > --> doesn't exist (at least for 'cat')
> >
>
> Correct.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 25 22:07:56 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.