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

Re: Files from old repository

From: Rainer Sokoll <R.Sokoll_at_intershop.de>
Date: 2007-08-23 17:52:17 CEST

On Thu, Aug 23, 2007 at 08:33:17AM -0700, David Southwell wrote:

> If the files are imported into the current project, as is, they retain their
> old version properties that would conflict with the versioning of the new
> project.
>
> What is the simplist way to remove the version property information from these
> files,

On a *nix; I'd do:
find . -type d -name .svn | xargs rm -rf ; svn import or simply
svn export and then svn import the results of the export.

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 23 17:50:02 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.