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

Re: problems copying and removing a directory

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-09-05 14:08:03 CEST

"Dylan Cuthbert" <dylan@q-games.com> writes:

> I have a tree repo/john/blob checked out and I also have a tree of just john
> checked out somewhere else.
>
>
> I then try to update or commit from my "other" checked out john, I now get
> the error
>
> svn: Error string not specified yet
> svn: Commit failed (details follow):
> svn: OPTIONS request failed on /repo/john/blob
> svn:
> file not found: revision `1377', path `/john'

You never explained how this happened, or what you did in either of
your working copies. Is it true? Does the path /john no longer exist
in r1377? Did you delete or rename this path? What's the backstory here?

> So what if I had important changes in this directory that I want to commit
> *somewhere*, what do I do?

You can save your local mods by simply running 'svn diff > patchfile'.
This doesn't require any network access at all.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 5 14:09:54 2002

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.