[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: check WC rev

From: Milen A. Radev <mradev_at_gmail.com>
Date: 2005-03-15 11:12:13 CET

On Tue, 15 Mar 2005 10:49:01 +0100, SteveKing <steveking@gmx.ch> wrote:
[...]
>
> Hmmm - while messing around with svnversion and 'svn up -r' I found
> something very disturbing:
> cd TortoiseSVN
> svn log Release_procedure.txt
> (log shows that the revision this file was added is r2110)
> svn up Release_procedure.txt -r2110
> D Release_procedure.txt
> updated to revision 2110
>
> the file was deleted (ok, I should have expected that)
>
> But now, if I do an
> svn up
> the file isn't added again!!!
>

WFM - the file is added on update to HEAD:

D:\Projects\TortoiseSVN>svn up
A Release_procedure.txt
Updated to revision 2831.

D:\Projects\TortoiseSVN>dir /b
build.bat
contrib
doc
ext
Languages
neonconfig.hw
NightlyBuild.txt
Release_procedure.txt
src
svn_private_config.h
TortoiseSig.txt
TortoiseVars.tmpl
vcnet_sln.ezt

D:\Projects\TortoiseSVN>svn --version
svn, version 1.1.3 (r12730)
   compiled Jan 20 2005, 05:51:34

Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' schema
  - handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' schema

D:\Projects\TortoiseSVN>

-- 
Milen A. Radev
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Mar 15 11:20:45 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.