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

Re: Unable to check out project

From: Gavin Baumanis <gavin_at_thespidernet.com>
Date: Mon, 2 Feb 2009 18:01:01 +1100

Hi David,

On 02/02/2009, at 5:54 PM, davidgould_at_davidgould.com wrote:

> Yes, the problem is in the repository itself rather than the working
> copy so unfortunately 'svn cleanup' doesn't work.

Ahh... of course....

>
>
> Most of the SVN gui clients are good if the repository is OK but in
> this case there is a problem with the repository itself.
>
> I've also tried 'svadmin recover' and 'svnadmin upgrade' and then
> checking out but it still fails at the given file "<blah>\Source\tmp"
>
> Is there an svnadmin command to remove a directory in the repository
> itself (not the working copy)?
>

How about svn rm URL

so something like;
svn rm file:/// .........

It will work directly on the repository and not require a commit
either for the change.

gavin.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1089109

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-02 08:02:51 CET

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.