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

Rolling back (and leaving out recent additions)

From: Mike Burr <meburr_at_gmail.com>
Date: 2005-03-20 02:28:16 CET

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
Received on Sun Mar 20 02:30:41 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.