Re: Export from a working copy ...

2011-12-15 Thread tophi
Alexander, I use now the 1.3.7 SVNkit version. My export does'nt failed anymore but I still have issues. 1) Even if i remove a directory in my working copy, the result of the export contain this removed directory ? 2) if i set an handler before launching doExport, my handler is never called. S

Re: Export from a working copy ...

2011-12-15 Thread tophi
Alexander, I use now the 1.3.7 SVNkit version. My export does'nt failed anymore but I still have issues. 1) Even if i remove a directory in my working copy, the result of the export contain this removed directory ? 2) if i set an handler before launching doExport, my handler is never called. S

Re: Export from a working copy ...

2011-11-28 Thread tophi
Alexender, Thanks for the answer. I will wait for the fix. If you need I test something don't hesitate to contact me. Christophe AlexanderKitaev wrote: > > Hello Christophe, > > Looking at the code I see that export from a working copy will fail in > case directory is missing in the s

Re: Export from a working copy ...

2011-11-28 Thread Alexander Kitaev
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