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

Re: File delete oddities: os delete conflicts wth svn delete

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-01-08 14:44:29 CET

Robert North <aqh4uyrs3e02@sneakemail.com> writes:

> I also have some simple bash scripts, and logs that demonstate the bugs,
> and should be runnable (or at least readable) elsewhere.
> If you wish I can post those too.

You should post the complete sequence to reproduce the problem.

> >>*** Bug pt2: risks with "svn up aa" ***
> >>If my repository is at file:///home/auser/svn
> >>Then doing the following causes an unrecoverable failure:
> >>svn rm file:///home/auser/svn/aa
> >>svn up aa
> >>I have attempted "svn cleanup" and "svnadmin repair". Neither correct
> >>the failure.
>
> >I can't reproduce this problem:
> >
> Ok my apologies, I forgot to mention that "file:///home/auser/svn/aa"
> is a directory.
>
> Files always work, directories do not.

You still haven't provided enough information to reproduce it. Here's
what I tried

$ svnadmin create repo
$ svn mkdir file://`pwd`/repo/aa
$ svn co file://`pwd`/repo wc
$ svn rm file://`pwd`/repo/aa
$ cd wc
$ svn up aa
D aa
Updated to revision 2.
$ svn st -uv
       * 1 1 pm .
Head revision: 2

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 8 14:45:19 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.