[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: JP Fiset <jp_at_fiset.ca>
Date: 2005-04-13 18:19:28 CEST

See comments below.

KEVIN ZEMBOWER wrote:

>Somehow, I named a project incorrectly:
>kevinz@www:/tmp/consulttmp$ mkdir consult
>kevinz@www:/tmp/consulttmp$ cd consult/
>kevinz_at_www:/tmp/consulttmp/consult$ svn checkout file:///var/local/svn-repos/trunk consultDB
>
>
This does not create a directory "consultDB" in your repository. It
checks out the directory "trunk" (and all subdirectories) as
"consultDB". If you did not specify consultDB, it would be checked out
as "trunk"

>kevinz_at_www:/tmp/consulttmp/order$ svn checkout file:///var/local/svn-repos/trunk orderDB
>
>
Here, you end up with exactly the same directory, but named "orderDB"

><snip>
>kevinz@www:/tmp/consulttmp$
>
>The only differences found were in "text-time" entries in .svn files.
>
>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.
>
>
Check in everything you have in consultDB, then update orderDB

>Remove consultDB entirely from the repository, so that I can enter the project that should be correctly called consultDB.
>
>
I do not believe that consultDB is in the repository, according to the
commands you displayed above.

Hope this helps,

JP

---------------------------------------------------------------------
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:24:27 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.