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.


Reply via email to