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