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

Re: Can someone explain this?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-02-02 05:56:18 CET

On Feb 1, 2005, at 10:32 PM, Steve Cohen wrote:
>>
> Okay, Travis and Ben, let me see if I understand this "Mixed Revision"
> business after having read the relevant manual portion. This folder
> was at revision 2. When I added C2.java to the repository, thereby
> committing rev 16, this only applied to the new files, not to the
> directory itself. Therefore, it was necessary to do an svn update,
> which did bring the whole directory up to revision 16. Do I have that
> right?
>

Correct. When you commit things, only the *committed* things get the
newly committed revision. Ergo, if you just keep on running 'svn
commit' forever, and never running 'svn up', your working copy
essentially has every revision represented in it!

To see that, run 'svn status -v'.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 2 05:59:34 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.