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

The svn_load_dirs.pl script makes it difficult to rename several files

From: Jimi H <jimi.hullegard_at_mogul.com>
Date: Wed, 27 May 2009 05:53:36 -0700 (PDT)

Hi,

I have just recently found the svn script svn_load_dirs.pl and I think it is a real time saver when I now need to do some "vendor drops" in a project I'm working on. However, I noticed a somewhat annoying thing with the script.

In the vendor drop I am trying to create now, there are quite alot of new and deleted files according to the script, about 700 lines of output. After some analyzing of the output I have identified about 30 renamed files scattered all over these 700 lines. So I put all the 60 or so lines with renames (corresponding to 30 or so file renames) in a text file in a separate window, to make it easier to find the indexes. Then I started to enter the indexes for the script. After each index pair I noticed that the script wanted to print the file list again, something I didn't really see the need for, but I just ignored it and continued to enter index pairs. But after just a few renames I noticed that the script was renaming completely different files then I had told it to. It was then that I realized that it performed the rename operation after each input, and then removed these rows from the list, which resulted in that all following rows was "moved up" and got new indexes.

Can someone explain for me why the script works in this way? How am I supposed to keep track of all the files if the indexes keep changing? Do I have to let the script print all or part of the file list after each rename? With many of the renames at the end of the 700 line long list, that would be alot of tedious work.

The way I see it, the script would be much more useful if allowed the user to enter multiple index pairs in one go (and maybe printing the resulting rename without actually doing anything yet) and then do the all the renames as a bulk operation afterwards.

Regards
/Jimi

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2355764

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-27 14:58:50 CEST

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

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