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

Re: revision confusion

From: John Szakmeister <john_at_szakmeister.net>
Date: 2005-05-12 12:30:31 CEST

On Thursday 12 May 2005 05:55, Achim Domma (Procoders) wrote:
> Hi,
>
> I have a folder checked out from svn at head revision, then I moved a
> subfolder back in time to an earlier revision to undo some changes.
> After finishing the changes, I commited the complete folder, but if I
> use svnversion I still get a splitted revision number like 810:850. Am
> I understanding something wrong? How do I get one sinlge revision?

Subversion makes use of mixed revision working copies. You have some
files at r810, some at r850, and perhaps some in-between. Use 'svn up'
to bring your entire working copy to the latest revision, or 'svn up
-rXXX' to update it to a specific revision.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 12 12:40:14 2005

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.