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

Re: problem committing a project

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-04-16 21:29:11 CEST

On Fri, 2004-04-16 at 14:28, Stephan Stapel wrote:
> Dear list,
>
> I have some problems committing a working copy.
> I have a subdir called 'clientsetup' which already exists in the repo.
> For some reason (please don't blame me) the .svn directories don't exist
> any more in my working copy.
> This should be the reason why committing the directory fails, right?
>
> Can one of you provide a method that solves the problem and makes
> commitment possible? 'import' doesn't work because there already is this
> old copy in the repo.

If you made changes within the 'clientsetup' directory, copy them out to
a safe place. Then 'rm -rf' the directory. Then 'svn up', and the
repository will recreate it in your working copy. Then copy your
changes back into the directory, and commit.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 16 21:31:49 2004

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.