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

Re: I screwed up; please help

From: KEVIN ZEMBOWER <KZEMBOWE_at_jhuccp.org>
Date: 2005-04-13 18:09:04 CEST

Andrew, thank for writing. However, are you sure you don't still have a typo?:
kevinz_at_www:/tmp/consulttmp$ svn diff svn file:///var/local/svn-repos/trunk/orderDB file:///var/local/svn-repos/trunk/consultDB
svn: '.' is not a working copy
kevinz@www:/tmp/consulttmp$ cd consult/consultDB/
kevinz_at_www:/tmp/consulttmp/consult/consultDB$ svn diff svn file:///var/local/svn-repos/trunk/orderDB
svn: 'svn' is not under version control
kevinz@www:/tmp/consulttmp/consult/consultDB$

By reading the manual, I thought I could change it to:
kevinz_at_www:/tmp/consulttmp/consult/consultDB$ svn diff --old file:///var/local/svn-repos/trunk/orderDB --new file:///var/local/svn-repos/trunk/consultDB
svn: 'file:///var/local/svn-repos/trunk/orderDB' was not found in the repository at revision 25
kevinz@www:/tmp/consulttmp/consult/consultDB$

But, as you see, this is even more confusing.

Still open to suggestions. Thanks, again, Andrew.

-Kevin

>>> Andrew Thompson <subversionuser@aktzero.com> 04/13/05 11:34AM >>>
If you get two copies of this email, ignore the other one, I made a typo.

KEVIN ZEMBOWER wrote:
> Can anyone describe to me how to do these tasks:
> Make sure that the state of the files in orderDB are equal to or at a later revision compared to the files in consultDB.

svn diff svn file:///var/local/svn-repos/trunk/orderDB
file:///var/local/svn-repos/trunk/consultDB

> Remove consultDB entirely from the repository, so that I can enter the project that should be correctly called consultDB.

svn rm file:///var/local/svn-repos/trunk/consultDB

I think before you turn this up for public use, you should find a
different method of access than file:///.

See: http://svnbook.red-bean.com/en/1.1/ch06.html#svn-ch-6-sect-1

-- 
Andrew Thompson
http://aktzero.com/ 
Interested in a hosted SVN repository? Email me, let's talk...
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org 
For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 13 18:11:40 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.