Re: Failure using "svn patch" with Git patch that adds files. Wrong path is used.

2011-11-05 Thread Stefan Sperling
On Sat, Nov 05, 2011 at 04:37:03PM +0100, Stefan Sperling wrote: > Currently, "/dev/null" is not special-cased (it is most certainly > special-cased in git), which causes one of the problem where a file > is added with a wrong name. > I think this should be fixed in 'svn patch', so

Re: Failure using "svn patch" with Git patch that adds files. Wrong path is used.

2011-11-05 Thread Stefan Sperling
On Sat, Nov 05, 2011 at 06:29:16PM +0400, Konstantin Kolinko wrote: > 2011/11/5 Konstantin Kolinko : > > Hi! > > > > My colleague uses Git to work on one of Apache projects. He published > > a patch, but I have problems trying to apply it cleanly with "svn > > patch". There are several described i

Re: Failure using "svn patch" with Git patch that adds files. Wrong path is used.

2011-11-05 Thread Konstantin Kolinko
2011/11/5 Konstantin Kolinko : > Hi! > > My colleague uses Git to work on one of Apache projects. He published > a patch, but I have problems trying to apply it cleanly with "svn > patch". > > Source code: > https://svn.apache.org/repos/asf/tomcat/trunk@1197793 > Patch: > http://people.apache.org/~

Failure using "svn patch" with Git patch that adds files. Wrong path is used.

2011-11-05 Thread Konstantin Kolinko
Hi! My colleague uses Git to work on one of Apache projects. He published a patch, but I have problems trying to apply it cleanly with "svn patch". Source code: https://svn.apache.org/repos/asf/tomcat/trunk@1197793 Patch: http://people.apache.org/~markt/patches/2011-11-03-redeploy-trunk-v2.patch

Re: mod_dav_svn and Apache directive

2011-11-05 Thread Philip Martin
Michaël Bruneel writes: > > DAV svn > SVNPath /srv/svnroot/myproject > Given and an URL '/foo/bar/zig/zag' mod_dav_svn treats '/foo/bar' as the path to the repository and '/zig/zag' as the path inside the repository. How would you Location work? Where does '/foo/bar/zig/

Re: Virtual filesystems

2011-11-05 Thread Stefan Sperling
On Fri, Nov 04, 2011 at 04:52:43PM -0400, Richard Cavell wrote: > Hi, everyone. > > In a URL such as: > > file:///one/two/three/four > > It may be that the repository is actually at /one/two, and the three/four > are directories within the repository. > > How does subversion identify which

Re: mod_dav_svn and Apache directive

2011-11-05 Thread Ryan Schmidt
On Nov 4, 2011, at 13:50, Michaël Bruneel wrote: > It seems that the dav_svn Apache module is not compatible with > directive when used with regular expression containing > negative part. For example, given that configuration: > > > DAV svn > SVNPath /srv/svnroot/myproject >

Re: Virtual filesystems

2011-11-05 Thread Ryan Schmidt
On Nov 4, 2011, at 15:52, Richard Cavell wrote: > In a URL such as: > > file:///one/two/three/four > > It may be that the repository is actually at /one/two, and the three/four are > directories within the repository. > > How does subversion identify which slashes are virtual and which ones a