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

Re: Re: Problem importing a project

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-08-08 22:22:06 CEST

Jeffrey Kesselman <jeffpk@gmail.com> wrote on 08/08/2005 04:18:15 PM:

> Interesting and a good point, thanks!
>
> Maybe I just need to reorganize my repository.
>
> Im somewhatnew to SVN, are there admi ncommands that would let me fo
> the equivalent of unix mkdir and move to move the whole tree down a
> coupel of directories?

In your case, just do it all in your WC and then commit.

svn mkdir trunk
svn mv *.* trunk
svn mv folder1 trunk
svn mv folder2 trunk

etc... until you get it right.

Then svn commit it.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Tue Aug 9 06:22:06 2005

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

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