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

Re: commit problem: file not found

From: David Weintraub <qazwart_at_gmail.com>
Date: Sun, 31 May 2009 00:30:46 -0400

On Thu, May 28, 2009 at 8:00 PM, Nick Hasser <nick.hasser_at_gmail.com> wrote:
> Tried that...no changes:
>
> mbp:branches nick$ pwd
> /Users/nick/kofc/newsletter/branches
> mbp:branches nick$ svn up
> At revision 369.
> mbp:branches nick$

So, "svn st" nor "svn up" show any issues. Yet, you're getting that a
branch you don't have in your Subversion working directory doesn't
exist when you try a commit. Since all the files are under the 200906
directory, can you switch to the 200906 directory and try your commit
under there?

I'm thinking that the .svn directory under the parent working
directory contains a reference to the 200905 directory.

Then again, why does Subversion fail when it is processing
200906/draft.pdf for commit and complaining about
200905/Newsletter.sla? Is there a property on 200906/draft.pdf that's
referring to this particular file? You might get that with an
svn:external, but that's only for directories and not individual
files.

Maybe that's your best course of action: Check the properties on both
200906 and 200906/draft.pdf to see if there's anything on them.

I take it you're using the standard Subversion client. I also see this
is on Mac OS X because of the .DS_Store file.

Otherwise, I really can't say what's going on.

-- 
David Weintraub
qazwart_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2357217
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-31 06:31:41 CEST

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.