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

Re: svn cp bug?

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-08-20 19:50:41 CEST

Andy McCarty <mccarw@lom.med.va.gov> writes:

> Here is the recipe..
>
> svnadmin create /usr/local/repos/test
>
> svn co file:///usr/local/repos/test
> cd test
> svn mkdir foo
> svn ci -m "none"
> svn cp foo foo1
> #svn cleanup # I don't think I should need to do this
>
> svn ci -m "none"

What version of the client are you using? I don't have a problem with
HEAD

$ svn mkdir foo
A foo
$ svn ci
Adding foo

Committed revision 1.
$ svn cp foo/ foo2
$ svn st
A + foo2
$ svn ci
Adding foo2

Committed revision 2.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 20 19:51:22 2002

This is an archived mail posted to the Subversion Dev mailing list.

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