[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: Dirk Schenkewitz <schenkewitz_at_docomolab-euro.com>
Date: 2005-05-12 17:32:10 CEST

John Szakmeister wrote:
> 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,

Wouldn't that undo the putting-it-pack-in-time and bring everything to
HEAD, so that the removed bug comes back?

> or 'svn up -rXXX' to update it to a specific revision.

Wouldn't that put *everything* to rXXX, thereby throwing away the
non-buggy changes of some files, too?

Could it be done by 'touch'ing all files in that directory and the
doing a commit?

> -John

Dirk

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 12 18:13:23 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.