|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
SVNException when running the 'print repository tree'I got a SVNException when running the 'print repository tree' example on my repository.
The example is here: https://wiki.svnkit.com/Printing_Out_A_Subversion_Repository_Tree The exception is: Exception in thread "main" org.tmatesoft.svn.core.SVNException: svn: Address already in use: connect svn: PROPFIND request failed on '/svn/bwfs/!svn/bln/6239' at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:618) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:273) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:261) at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doPropfind(DAVConnection.java:126) at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getProperties(DAVUtil.java:63) at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getResourceProperties(DAVUtil.java:69) at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineProperties(DAVUtil.java:239) at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineInfo(DAVUtil.java:174) at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getDir(DAVRepository.java:307) at org.tmatesoft.svn.core.io.SVNRepository.getDir(SVNRepository.java:1310) at org.tmatesoft.svn.core.io.SVNRepository.getDir(SVNRepository.java:1268) at TestPrintTreeExample.list(TestPrintTreeExample.java:41) at TestPrintTreeExample.list(TestPrintTreeExample.java:50) at TestPrintTreeExample.list(TestPrintTreeExample.java:50) at TestPrintTreeExample.list(TestPrintTreeExample.java:50) at TestPrintTreeExample.list(TestPrintTreeExample.java:50) at TestPrintTreeExample.list(TestPrintTreeExample.java:50) at TestPrintTreeExample.list(TestPrintTreeExample.java:50) at TestPrintTreeExample.list(TestPrintTreeExample.java:50) at TestPrintTreeExample.main(TestPrintTreeExample.java:36) It always happens but happens at random position. Did I make something wrong? |
|
|
Re: SVNException when running the 'print repository tree'> It always happens but happens at random position. Did I make something
> wrong? I do not think so, it may be a bug. What version of SVNKit do you use and on what platform (OS, JVM)? Thanks, Alexander Kitaev, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library! http://sqljet.com/ - Java SQLite Library! zsu_bear wrote: > I got a SVNException when running the 'print repository tree' example on my > repository. > The example is here: > https://wiki.svnkit.com/Printing_Out_A_Subversion_Repository_Tree > > The exception is: > Exception in thread "main" org.tmatesoft.svn.core.SVNException: svn: Address > already in use: connect > svn: PROPFIND request failed on '/svn/bwfs/!svn/bln/6239' > at > org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103) > at > org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87) > at > org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:618) > at > org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:273) > at > org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:261) > at > org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doPropfind(DAVConnection.java:126) > at > org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getProperties(DAVUtil.java:63) > at > org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getResourceProperties(DAVUtil.java:69) > at > org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineProperties(DAVUtil.java:239) > at > org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineInfo(DAVUtil.java:174) > at > org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getDir(DAVRepository.java:307) > at org.tmatesoft.svn.core.io.SVNRepository.getDir(SVNRepository.java:1310) > at org.tmatesoft.svn.core.io.SVNRepository.getDir(SVNRepository.java:1268) > at TestPrintTreeExample.list(TestPrintTreeExample.java:41) > at TestPrintTreeExample.list(TestPrintTreeExample.java:50) > at TestPrintTreeExample.list(TestPrintTreeExample.java:50) > at TestPrintTreeExample.list(TestPrintTreeExample.java:50) > at TestPrintTreeExample.list(TestPrintTreeExample.java:50) > at TestPrintTreeExample.list(TestPrintTreeExample.java:50) > at TestPrintTreeExample.list(TestPrintTreeExample.java:50) > at TestPrintTreeExample.list(TestPrintTreeExample.java:50) > at TestPrintTreeExample.main(TestPrintTreeExample.java:36) > > It always happens but happens at random position. Did I make something > wrong? > --------------------------------------------------------------------- To unsubscribe, e-mail: svnkit-users-unsubscribe@... For additional commands, e-mail: svnkit-users-help@... |
|
|
Re: SVNException when running the 'print repository tree'My OS is win xp.
JVM is 1.6.0_15 SVNKit 1.3.0
|
| Free embeddable forum powered by Nabble | Forum Help |