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

[TSVN] RE: File rename problem

From: Tymciurak Yarko-CYT007 <yarko.tymciurak_at_motorola.com>
Date: 2004-07-17 01:44:32 CEST

Thanks Ben -

This must be a TortoiseSVN - your command line script reproduces on WinXP (with appropriate adjustments) just as you show here.

Regards,
Yarko

(tortoisesvn list: original failure script in separate mail)

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Friday, July 16, 2004 5:21 PM
To: Tymciurak Yarko-CYT007
Cc: dev@subversion.tigris.org
Subject: Re: File rename problem

On Fri, 2004-07-16 at 16:27, Tymciurak Yarko-CYT007 wrote:
> Windows XP Pro; Subversion 1.0.5; Tortoise SVN 1.0.6 (although it
> reports Subversion 1.0.4 ???)

Your recipe isn't reproducible with a commandline client:

[sussman_at_kepler:~/scratch]$ svnadmin create repos [sussman_at_kepler:~/scratch]$ svn co file://`pwd`/repos wc Checked out revision 0. [sussman_at_kepler:~/scratch]$ cd wc [sussman_at_kepler:~/scratch/wc]$ touch oldfile [sussman_at_kepler:~/scratch/wc]$ svn add oldfile
A oldfile
[sussman@kepler:~/scratch/wc]$ svn ci -m "adding file"
Adding oldfile
Transmitting file data .
Committed revision 1.
[sussman@kepler:~/scratch/wc]$ svn mv oldfile newfile
A newfile
D oldfile
[sussman@kepler:~/scratch/wc]$ echo "text" >> newfile [sussman@kepler:~/scratch/wc]$ svn st
A + newfile
D oldfile
[sussman@kepler:~/scratch/wc]$ svn ci -m "rename and edit file"
Adding newfile
Deleting oldfile
Transmitting file data .
Committed revision 2.
[sussman@kepler:~/scratch/wc]$ svn st -v
                0 0 ? .
                2 2 sussman newfile
[sussman@kepler:~/scratch/wc]$ svn up -r1
D newfile
A oldfile
Updated to revision 1.
[sussman@kepler:~/scratch/wc]$ svn st -v
                1 1 sussman .
                1 1 sussman oldfile
[sussman@kepler:~/scratch/wc]$ svn up
A newfile
D oldfile
Updated to revision 2.
[sussman@kepler:~/scratch/wc]$ svn st -v
                2 2 sussman .
                2 2 sussman newfile

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Jul 17 10:01:27 2004

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.