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

Re: stuck state, loosing data because I can't commit, help....

From: Mike Mason <mgm_at_thoughtworks.net>
Date: 2004-02-27 17:45:51 CET

Yount, Steffen wrote:

> Hi,
>
>
>
> How do I get around this problem?
>
>
>
> 1) I checkout the following directory tree:
>
>
>
> one\
>
> one\subone.txt
>
> one\two\
>
> one\two\subtwo.txt
>
>
>
> 2) I edit: one\subone.txt
>
>
>
> 3) I delete the dir: one\two\
>
You're deleting something that's under Subversion control, and this will
also delete the Subversion admin directories causing Subversion to get
confused. Instead, do "svn delete one\two" to ask Subversion to schedule
that directory for delete. Then your commit should work.

Alternatively if you just want to commit a single file, do "svn commit
one\subone.txt" to get the file checked in.

Best regards,
Mike.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 27 17:45:12 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.