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

[TSVN] 'svn up -r' - now with recipe!

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-03-15 15:18:03 CET

Hi,

So now I was finally able to get a fresh checked out working copy in a
state I really don't like. Here's the steps to reproduce the mess:

# svn co https://svn.collab.net/repos/tortoisesvn/trunk tsvntest
# cd tsvntest
# svn up -r2110 Release_procedure.txt
D Release_procedure.txt
Updated to revision 2110
# svn up -r2111 Release_procedure.txt
Revision 2111.
# svn up
Revision 2836.
# dir
  Volume in Laufwerk D: hat keine Bezeichnung.
  Volumeseriennummer: 2A29-6C84

  Verzeichnis von D:\Development\SVN\tsvntest

15.03.2005 15:11 <DIR> .
15.03.2005 15:11 <DIR> ..
15.03.2005 15:09 7'203 build.bat
15.03.2005 15:08 <DIR> contrib
15.03.2005 15:08 <DIR> doc
15.03.2005 15:08 <DIR> ext
15.03.2005 15:08 <DIR> Languages
15.03.2005 15:09 1'668 neonconfig.hw
15.03.2005 15:09 1'929 NightlyBuild.txt
15.03.2005 15:09 <DIR> src
15.03.2005 15:09 1'561 svn_private_config.h
15.03.2005 15:09 192 TortoiseSig.txt
15.03.2005 15:09 992 TortoiseVars.tmpl
15.03.2005 15:09 949 vcnet_sln.ezt
                7 Datei(en) 14'494 Bytes
                7 Verzeichnis(se), 18'403'598'336 Bytes frei

As you now can see, the file Release_procedure.txt is still gone! Even
though I have clearly run an 'svn up' on the working copy, the file
stays gone.

# svn up -rHEAD Release_procedure.txt
A Release_procedure.txt
Updated to revision 2836.

This will bring back the file. But why didn't 'svn up'?

# svn up -r2110 Release_procedure.txt
D Release_procedure.txt
Updated to revision 2110.
# svn up
A Release_procedure.txt
Updated to revision 2836.

This works. But with an additional 'svn up -rXXX' in between, it doesn't!

I guess I'll send a mail to the Subversion dev list.

Stefan

-- 
        ___
   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 Tue Mar 15 15:18:39 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.