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

RE: RE: Re: Tags (no I'm not complaining)

From: Rob van Oostrum <rob.vanoostrum_at_blastradius.com>
Date: 2006-03-02 21:44:33 CET

The two are not synonymous.

Svn [command] -r rev url

Grabs url @ HEAD, then digs back to revision rev.

Svn [command] url@rev

Grabs the repository at revision rev and looks for url in that context.

Depending on how you use SVN the two are going to be the same or quite
different. Either way it's important you are aware of and understand the
nuance.

Cheers
Rob

> -----Original Message-----
> From: news [mailto:news@sea.gmane.org] On Behalf Of Kenneth P. Turvey
> Sent: Thursday, March 02, 2006 3:40 PM
> To: users@subversion.tigris.org
> Subject: RE: Re: Tags (no I'm not complaining)
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Thu, 02 Mar 2006 09:02:34 -0500, Rob van Oostrum wrote:
>
> > The @rev syntax doesn't work with svn copy.
> >
> > Svn cp -r 429 $SVN/DifferentialEvolution/tags/assignment1
> > $SVN/CS6320-EvolutionaryProgramming/tags/assignment1
> >
> > Note the revision in the error message is probably HEAD (479 not
429)
> > and that the error suggests that the path
> > "$SVN/DifferentialEvolution/tags/assignment1@429" does not exist in
r479
>
> This worked. Thank you. It is strange that svn requires the revision
to
> be expressed one way for ls and another for copy. Would this be
> considered a bug, or is there a rational purpose behind the
difference?
>
> - --
> Kenneth P. Turvey <kt-usenet@squeakydolphin.com>
> Phone : (314) 255-2199
>
> XMPP IM: kpturvey@jabber.org
> Yahoo IM: kpturvey2
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.1 (GNU/Linux)
>
> iD8DBQFEB1gOi2ZgbrTULjoRAmYJAKDLWEKOMaD8AhBMgJuD97/hfkUOjACg1S/x
> lKJiTeqFUwvqtDQ8esyLoQ0=
> =k5ZV
> -----END PGP SIGNATURE-----
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 2 21:48:58 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.