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

Problem with "svn log" if the files are not all in the same directory

From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-01-20 16:27:07 CET

I attempted to execute "svn log sipXpbx sipXvxml", forgetting that sipXpbx
and sipXvxml are checked out of different repositories. (Which makes it
impossible for svn to collate the revs that change the two WCs.) But svn
does not detect and report this as an error. Rather, from the URLs of the
two directories, it extrapolates a URL for their supposed common
superdirectory, and attempts to access that:

$ svn log sipXpbx sipXvxml
svn: PROPFIND request failed on '/rep'
svn: PROPFIND of '/rep': 403 Forbidden (https://scm.sipfoundry.org)
$

"svn log" ought to be more careful and check that its arguments really are
in the same repository.

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 20 16:29:44 2005

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.