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

RE: [TSVN] feature request

From: Lübbe Onken <l.onken_at_rac.de>
Date: 2005-03-10 10:08:48 CET

Hi Steve,

> Pardon? Updating _after_ a commit? Good practice would be to do an
> update _before_ trying to commit!

That's absolutely correct, but

> Updating after a commit
> doesn't really
> do anything...

...this isn't.

When you commit something, only the files/folders that were changed get the
latest revision number. If you run 'svnversion' in a directory after a
commit, you'll see a a mixed revision wc (unless all files were changed).
Updating after a commit will change the metadata of all files to the head
revision.

--- SNIP from my Dos Box directly after a commit ---
D:\Source\SVN\TortoiseSVN\Languages>svnversion .
2811:2812

D:\Source\SVN\TortoiseSVN\Languages>svn up
At revision 2812.

D:\Source\SVN\TortoiseSVN\Languages>svnversion .
2812

D:\Source\SVN\TortoiseSVN\Languages>
--- SNIP from my Dos Box ---

Cheers
- Lübbe

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Mar 10 10:10:02 2005

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

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