Hello Cristophe, Looking at the code I see that export from a working copy will fail in case directory is missing in the source.
So you should either export directories you need explicitly, or export all and then delete directories you do not need. This export failure looks like a bug, we'll fix it for the next version. Alexander Kitaev, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library! http://hg4j.com/ - Java Mercurial Library! http://sqljet.com/ - Java SQLite Library! On 21 November 2011 22:34, tophi <[email protected]> wrote: > > > Hi all, > > I'm trying to export from a worging copy using : > cm.getUpdateClient().doExport(new File(fromPath), new File(toPath), > SVNRevision.WORKING, SVNRevision.WORKING, null, true, SVNDepth.INFINITY); > > Where cm is a ClientManager instance, fromPath the path to my working copy > and toPath destination path for the export. > > If I remove something from my Working copy I have this kind of error message > (I have removed src directory from my WC sample before exporting) : > svn: 'E:\WORKING\sample\src\Output' is not a working copy > > I suppose I' missed something ! > > Any help will be appreciate. > > Christophe > -- > View this message in context: > http://old.nabble.com/Export-from-a-working-copy-...-tp32871403p32871403.html > Sent from the SVNKit - Users mailing list archive at Nabble.com. > > >
