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

Re: 'importing' prevous manual source control system - go to be a better way ?

From: Carsten Koch <Carsten.Koch_at_icem.com>
Date: 2007-02-05 02:33:28 CET

Richard Shea wrote:
...
> I think I know what I did wrong but is there a better way ?

Attached is a sample csh script which is based on what I used
when I was in the same situation.

It simply creates a working copy from the first plain directory
version and checks that in. For each subsequent version it finds
added and deleted files and runs "svn add" and "svn delete" for them.
It also extracts log messages from a file doc/Hostory and creates
the commit log entries from it.

It might not work for you as it is, but maybe you can use it
as a starting point.

Carsten.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Mon Feb 5 02:33:58 2007

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

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