Guest?
 
Project
SVNKit
Priority
Major
Type
Bug
State
Won't fix
Assignee
Alexander Kitaev
Subsystem
Unknown subsystem
Affected versions
1.7.0
Fix versions
No Fix versions
Fixed in build
No Fixed in build
  • Created by   Irina Tchernouchina
    13 months ago (26 Mar 2012 11:31)
  • Updated by   Alexander Kitaev
    13 months ago (26 Mar 2012 19:04)
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
1. create some file, commit to a repo
2. move to another location, commit
3. try to get file contents at revision committed in 1., with initial url:


SVNWCClient client = myVCS.createWCClient();
client.doGetFileContents(SVNURL.parseURIEncoded(myURL), myRevision, myRevision, true, myDst);

get exception

org.tmatesoft.svn.core.SVNException: svn: E160013: '/svn/repo17/!svn/bc/142/trunk/new17/src/com/afolder2/Ddd.java' path not found: 404 Not Found (http://unit-364.labs.intellij.net)
org.tmatesoft.svn.core.SVNException: svn: E160013: '/svn/repo17/!svn/bc/142/trunk/new17/src/com/afolder2/Ddd.java' path not found: 404 Not Found (http://unit-364.labs.intellij.net)
 at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
 at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
 at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getResourceProperties(DAVUtil.java:81)
 at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getFile(DAVRepository.java:277)
 at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteCat.run(SvnRemoteCat.java:59)
 at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteCat.run(SvnRemoteCat.java:26)
 at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
 at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:900)
 at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:292)
 at org.tmatesoft.svn.core.wc.SVNWCClient.doGetFileContents(SVNWCClient.java:378)
 at org.jetbrains.idea.svn.history.SvnFileRevision$ContentLoader.run(SvnFileRevision.java:201)
 at org.jetbrains.idea.svn.history.SvnFileRevision.loadContent(SvnFileRevision.java:146)
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments
Apply Command

Command Preview: