svn 413 request entity too large

2010-12-07 Thread netvampire.tw
I saw there were many questions about this error but I didn't see any solution.I use 1.6.5 subversion server and both command and windows client.Is there anyone have solutions? Thanks.

Re: can not delete folder because lock

2010-10-18 Thread netvampire.tw
It works fine.I use Tortoisesvn did it. Thanks. So the bug didn't fix until now? - 原始信件 寄件者: Ryan Schmidt 收件者: netvampire.tw 副 本: users@subversion.apache.org 寄件日期: 2010/10/18 (一) 10:29:23 PM 主 旨: Re: can not delete folder because lock On Oct 18, 2010, at 09:14, netvampire.tw

can not delete folder because lock

2010-10-18 Thread netvampire.tw
Dear     I use Subversion 1.6.13 recently, we want to delete a folder but fail.The error message said there is a file name is locked by someone. try to release lock or steal lock. But the file already didn't exist. So we can not lock it. what happened to us? How could we do? thanks.~ Best re

Re: svn:keywords settings make file different?

2010-08-12 Thread netvampire.tw
It is never too late to mend.Next time I would tell others do not apply svn:keywords on binaries files. But is it possible skip binary files setting properties to prevent corrupt binary file? :P Just thought Thanks you. best regards,

Re: svn:keywords settings make file different?

2010-08-12 Thread netvampire.tw
I knew I should set keywords properties on text file only. I thought the properties would not apply to binary file so I apply the setting on the root folder. If it couldn't tell binary or text file,I should find out thousands files which is binary or text,isn't it? thanks for reply Best regards,

svn:keywords settings make file different?

2010-08-12 Thread netvampire.tw
I set properties svn:keywords HeadURL,Id yesterday. I can't compile my C++ source code today. I got LNK 1106,1248 errors.I tried to find out what happened and I use WinMerge to compare the 3party Lib, I found 1.They are different lib I can see the binary is the same but content different with

Re: file /directory size on svnServer?

2010-03-19 Thread netvampire.tw
uld be 3 times space size to checkout from http://svn.apache.org/repos/asf/subversion/trunk/doc/user/svn-best-practices.html but don't know the sequence flow (which generate first tmp or base or realfile ) when svn checkout. - 原始信件 寄件者: Campbell Allan 收件者: netvampire.tw 副 

file /directory size on svnServer?

2010-03-16 Thread netvampire.tw
Is there any command can show files / directories size on the server? I want to know if I have enough space before checkout Thanks