>> I can¡¯t copy a directory in the Repo browser.
>>
>> I tested it for two revisions. (r12175 and r12201)
>>
>> TSVN-1.4.99.12175-dev is OK.
>>
>> But TSVN-1.4.99.12201-dev has the problem.
>>
>> (I don¡¯t¡¯ know why. Is this subversion library problem?)
>
>* which command do you use to do the copy? (drag, context menu on tree
>or list control)
>* does the path have non-ASCII chars in it or spaces?
>* what error message do you get?
>* http/file/svn ?
>
>Stefan
Thanks for reply.
1. Drag and drop from right pane(list) to left pane(tree) in Repo Browser.
2. There are no non-ASCII chars and no spaces.
from : svn://xx.xx.xx.xx/UDR4XX/SW/trunk/RamdiskApp
to : svn://xx.xx.xx.xx/UDR4XX/SW/branches/fly1004/UDR4XX_TESTDIR
(For other path, I can copy the path.)
3. Error message is "Malformed network data".
4. The protocol is svn.
I found the reason for the problem.
My test environments is
* TSVN-1.4.99-12175-dev ( nightly build)
* TSVN-1.4.99-12201-dev ( nightly build)
* server : subversion-trunk-r28828
* server : subversion-trunk-r29631
TSVN-r12175 and subversion-r28828 has no problem. (old and old)
TSVN-r12201 and subversion-r29631 has no problem. (new and new)
** But TSVN-r12201 and subversion-r28828 has the problem.(new and old) **
The solution is TSVN-r12201 and subversion-r29631.(new and new)
But I can't use the subversion-r29631.
In Subversion-r29631, I can't add files to the repository.
The error message is
"file '/home/SVN/TEST/db/txn-current' can't be opened.:
The file or directory is not exist."
(Do you have any idea for this problem(txn-current)?)
I think that the problem is subversion's problem.
I will use TSVN-1.4.99-12175 and subversion-28828.
Thank you.. Stefan!
Thank for TSVN.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-02-29 05:26:26 CET