Re: Subversion Migration Issue
From: Ryan Schmidt <subversion-2010a_at_ryandesign.com>
Date: Fri, 22 Jan 2010 02:24:31 -0600
On Jan 22, 2010, at 02:17, Sirisha Meda (WT01 - BANKING & FINANCIAL SERVICES) wrote:
> I sucessfully migrated one clearcase directory to SVN repo with the help of
The purpose of svn_load_dirs.pl is to load multiple successive versions of a single project into a repository. For example, if you've kept a makeshift version control system by hand, by duplicating your source directory before every major change, and now want to import that history properly into a repository.
If instead you just want to import a number of different projects into a new repository, without history, you just use "svn import" and don't need svn_load_dirs.pl.
|
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.