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

Re: Possible error in 1.3.0 documentation

From: Arne Moor <arne_at_moor-informatik.ch>
Date: 2006-01-05 10:46:12 CET

GDI Lord wrote:
>Is this an error in the documentation 2005/12/30 10:06:42 (r5297)? Its in the "2. >Basic Concepts -> Subversion in Action -> Revisions" subsection

>"At the moment, this working directory corresponds exactly to revision 4 in the >repository. However, suppose you make a change to button.c, and commit that change. >Assuming no other commits have taken place, your commit will create revision 5 of the >repository, and your working copy will now look like this:
>calc/Makefile:4 integer.c:4 button.c:5"Shouldn't that be"calc/Makefile:5 >integer.c:5 button.c:5"Apologies if I am incorrect about this. Also, apologies if >this should go to the dev list.

Since only button.c was changed and commited, only this file is at revision 5, the other files don't get touched (this is called a mixed WC). If you would afterwards do a update of the WC, all files would be at revision 5.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Jan 5 11:17:47 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.