[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: Andrew Thompson <subversionuser_at_aktzero.com>
Date: 2005-04-13 17:33:49 CEST

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 checkout 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
Received on Wed Apr 13 17:36:26 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.