Re: Filenames with non-ASCII characters

2010-05-14 Thread Ryan Schmidt
On May 14, 2010, at 07:40, Rodrigo Montenegro wrote: > On Thu, May 13, 2010 at 22:42, Ryan Schmidt wrote: >> On May 13, 2010, at 12:29, Rodrigo Montenegro wrote: >> >>> I am trying to block the users committing files with non-ASCII characters >>> in their names during the pre-commit hook script,

Re: SVN Migration using tar only, is this possible (without dump or hotcopy)?

2010-05-14 Thread Ryan Schmidt
On May 14, 2010, at 12:17, Stonebraker wrote: > svnadmin verify fails with this message "malformed representation > header". From what i've read about it... > " There is no fix without possible data loss. > The only thing we could do is dump the repository till the repository > is Ok then use > s

Re: One JNI Usage Bug in Java binding

2010-05-14 Thread Mark Phippard
Thanks for the patch. Would you mind reposting this to the dev@ list? On Fri, May 14, 2010 at 5:14 PM, Byeongcheol Lee wrote: > Dear Subversion Users: > > My JNI bug detector (Jinn) found several bugs in the JavaHL. I'd like > to hear your opinion about the bug before filing all the bugs. The b

One JNI Usage Bug in Java binding

2010-05-14 Thread Byeongcheol Lee
Dear Subversion Users: My JNI bug detector (Jinn) found several bugs in the JavaHL. I'd like to hear your opinion about the bug before filing all the bugs. The bug appears the Line 774 in the following slice of source files. subversion/bindings/javahl/native/CreateJ.cpp 634 jobject 63

Sparse Directories and svn switch

2010-05-14 Thread Timothy Garnett
Hi all, I was wondering if there was some way to get svn switch to work with sparse directories. What I'm seeing when I use svn switch in a checkout where I've used --set-depth on a subfolder to limit the size of the checkout is that svn switch seems to reset all the depth to infinity. What I ex

Re: SVN Migration using tar only, is this possible (without dump or hotcopy)?

2010-05-14 Thread Stonebraker
Thanks for the response. It sounds like it would be better to move the corrupt repos to another *nix (instead of windows). My new plan is to move the corrupt SVN 1.4.0 repos (on the FreeBSD 6.1- RELEASE machine)via TAR + NFS to a Red Hat Linux 5.3 box (with SVN 1.4.0). If I can get them there an

Re: javahl.jar missing in 1.6.2 rpm

2010-05-14 Thread Benson Margulies
OK. The Fisheye people think you're going to hand it out. I'll point out to them the error of their ways. On Fri, May 14, 2010 at 10:04 AM, Mark Phippard wrote: > On Fri, May 14, 2010 at 8:34 AM, Benson Margulies > wrote: >> In the RPM available for the subversion client on Collabnet, there is

Re: javahl.jar missing in 1.6.2 rpm

2010-05-14 Thread Mark Phippard
On Fri, May 14, 2010 at 8:34 AM, Benson Margulies wrote: > In the RPM available for the subversion client on Collabnet, there is > a shared lib for javahl, but no jar file. There is no obvious > information on downloading the jar file elsewhere on the apache or > collabnet site that I've been able

javahl.jar missing in 1.6.2 rpm

2010-05-14 Thread Benson Margulies
In the RPM available for the subversion client on Collabnet, there is a shared lib for javahl, but no jar file. There is no obvious information on downloading the jar file elsewhere on the apache or collabnet site that I've been able to find up to this point. I assume that I'm missing something, bu

Reusing authz file between SVNPath & SVNParentPath

2010-05-14 Thread Itamar O
Hi, I am using Apache mod_dav_svn and mod_authz_svn for authorization (authentication performed with mod_auth_ldap). The same Apache server is used to serve multiple repositories using SVNParentPath, so in the block I have   DAV svn   SVNParentPath C:\repositories   AuthzSVNAccessFile C:\reposito

RE: SVN Authentication fail

2010-05-14 Thread Giulio Troccoli
> authz was modified to create a group including and > the following line was added, as well: > > [repository: /svn] > > @ = rw > I don't use svnserve but Apache instead. However, I believe the authorizations files have the same format (if that's not the case, please ignore the rest of the mes