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

Re: Adding directories and files to repository directly without a working copy

From: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-11-04 23:24:40 CET

On 11/4/05, Gale, David <David.Gale@hypertherm.com> wrote:
> bt c wrote:
> > Hi,
> >
> > Is it possible to perform the above?
> >
> > Was using TortoiseSVN's repobrowser and found out that the above can
> > be done.
> >
> > How to operate the svn client command-line stuff to do likewise as
> > well? The point is no working copy needed...
> >
> > Thanks.
>
> At a guess (untested, but follows what's said in the book):
>
> svn cp <file> [repository/path]
>
svn cp is intended only for copying something that already exists
in the repository., use import and mkdir as already mentioned.
Also see svnput contrib program.

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 4 23:26:15 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.