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

delete files recursively but not tree structure and .svn folders

From: Francesco <framak_at_hotmail.com>
Date: Tue, 26 Apr 2011 08:49:16 -0700 (PDT)

I am manually importing successive versions into a svn repository.
the files are organised in a folder structure (not too complex)
I want to keep track of additions of new files and deletions from revision to revision.

my procedure has been:
1 import first version into repository
2 check it out
3 delete all files (but not fodler tree and .svn folders)
4 copy new version over
5 commit

... and repeat for all my 8 versions

my questions are:
1 is what I do correct?
2 is there a better/faster way?
3 how can i detect a folder has been removed?
4 is there a recursive delete of files not .svn?

hope this question will bring some contribution or at least find someone else sharing this situation.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2724382

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-04-26 18:57:18 CEST

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

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