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

Re: File args

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-07-15 16:02:08 CEST

Miha Vitorovic <mvitorovic@nil.si> wrote on 07/15/2005 09:54:34 AM:

> Now, I imagine, that with -F option it is possible to move many files in
a
> single "transaction" (and I want to move files, not folders), but
nowhere
> it is possible to discover if (1) that is true and (2) what is the
syntax
> of the file. And I have searched the SVN book as well.

The -F option always refers to the commit message. You can specify a file
that contains the commit message.

The easiest way to do what you want is this (2 commits):

svn delete url://repo1/proj1/trunk
svn cp url://repo1/proj1/version-2.0 url://repo1/proj1/trunk

Or something like that.

The key is that on the copy command you need to let it create the "trunk"
folder or else it will put the folder inside the existing trunk folder.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 15 16:03:45 2005

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.