Hi

I'm trying to do doLog for revisions for a branch which was copied
from another branch
on the target branch the revisions i'm doing doLog were committed in
the source branch which was copied to targetBranch, however I do want
to doLog them.

my code is like this:

parameters to this are: String branch, long startRevision, long endRevision

and when i run this:

mSLC.doLog(getSVNURL(branch), new String[] {""},
SVNRevision.create(startRevision), SVNRevision.create(startRevision),
SVNRevision.create(endRevision), false, true, true, 9999, null, new
LogHandler());

I get the exception:

org.tmatesoft.svn.core.SVNException: svn:
'/svn/repos/!svn/bc/76489/Branches/targetBranch' path not found: 404
Not Found (http://myserver)

Can anyone help me with this please?

thanks

Reply via email to