On Wed, Nov 11, 2009 at 11:50, Brian Fischer <brianafischer_at_gmail.com> wrote:
> Hello,
>
> I am working on converting our code library to Subversion and we are using
> TortoiseSVN as the client.
>
>
> The previous archiving method was to create a zip file of the project
> directory at the end of each day. These zip files were placed into an
> "Archive" folder after creation:
> C:\Archive\2009-11-01.zip
> C:\Archive\2009-11-02.zip
> C:\Archive\2009-11-03.zip
>
>
> I have unzipped the contents of each zip to the respective directory as
> shown below:
> C:\Archive\2009-11-01\
> C:\Archive\2009-11-02\
> C:\Archive\2009-11-03\
>
>
> I would like to import the contents of these folders to Subversion, with
> each folder being a new SVN revision:
> Revision 1 - C:\Archive\2009-11-01\
> Revision 2 - C:\Archive\2009-11-02\
> Revision 3 - C:\Archive\2009-11-03\
>
>
> What is the best method for this with TortoiseSVN?
Don't use TSVN. svn_load_dirs.pl is what you want to use here.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2416660
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-11-11 18:42:03 CET