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

Re: How To Convert Zip Images of Directory to Subversion Revisions?

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 11 Nov 2009 12:42:01 -0500

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

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.