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

Re: Rolling back (and leaving out recent additions)

From: Robert Mohr <mohr.42_at_gmail.com>
Date: 2005-03-20 03:04:39 CET

Simply deleting the file from the working copy will not work--you must
tell Subversion to remove it with 'svn rm'.

On Sat, 19 Mar 2005 20:28:16 -0500, Mike Burr <meburr@gmail.com> wrote:
> My apologies if this if this situation is addressed somewhere obvious.
> I've read the FAQs and most of the "Version Control with Subversion".
> Here's my situation, I have:
>
> Revision 1
> file
>
> Revision 2
> file
> file2
>
> I would like to roll back to rev 1, make some changes (like add a
> file3) and have:
>
> Revision 3
> file
> file3
>
> But what I find is that if I check out a new copy of 3, I have:
>
> Revision 3
> file
> file2
> file3
>
> In other words, file2 sticks around, even though what I committed
> (after a fresh checkout of rev 1) was only file and file3.
>
> Is there some other way of accomplishing this, or am I overlooking something?
>
> ---------------------------------------------------------------------
> 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 Sun Mar 20 03:07:15 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.