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

Errors with diff/merge

From: Joe Drew <hoserhead_at_woot.net>
Date: 2003-11-04 22:34:42 CET

[I sent this previously, and my mail logs show it as being received
at subversion.tigris.org, but it never showed up in the archives.
[Re-]Re-sending.]

Synospis: svn log shows a revision for a given directory, but svn diff
and svn merge both complain that no such revision exists.

It seems to me that both diff and merge should be able to recurse over
directories. I think that's the reason that I see these error messages,
at least. As well, the error messages are for the most part not too
helpful.

pisces:~/cs350/cs350_090/tags/assignment-1-submission/code$ svn log |
grep 26
rev 26: jdrew | 2003-10-07 15:33:39 -0400 (Tue, 07 Oct 2003) | 3 lines
pisces:~/cs350/cs350_090/tags/assignment-1-submission/code$ svn diff -r
25:26
svn: Filesystem has no item
svn:
'svn+ssh://capricorn.woot.net/var/subversion/cs350_090/tags/assignment-1-submission/code' was not found in the repository at either revision 25 or 26

pisces:~/cs350/cs350_090/tags/assignment-1-submission/code$ svn merge -r
25:26 . ../../../trunk/code/
svn: Invalid filesystem path syntax
svn: svn_repos_dir_delta: invalid editor anchoring; at least one of the
input paths is not a directory and there was no source entry

-- 
Joe Drew <hoserhead@woot.net> <drew@debian.org>
My weblog doesn't detail my personal life: http://me.woot.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 4 23:07:30 2003

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.