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

Re: delete files recursively but not tree structure and .svn folders

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 26 Apr 2011 12:37:14 -0400

On Tue, Apr 26, 2011 at 11:49, Francesco <framak_at_hotmail.com> wrote:
> 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.

svn_load_dirs.pl was built to handle scenarios like this.
http://svnbook.red-bean.com/nightly/en/svn.advanced.vendorbr.html#svn.advanced.vendorbr.svn_load_dirs

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-04-26 19:02:16 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.