Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102543 - Subversion 1.1.3 does not handle file permissions correctly
Summary: Subversion 1.1.3 does not handle file permissions correctly
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-14 14:36 UTC by Emanuel Eick
Modified: 2005-10-21 07:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to subversion-1.2.3-r3.ebuild to add ruby bindings (subversion-1.2.3-r3.ebuild-ruby-bindings.patch,1.62 KB, patch)
2005-10-21 05:05 UTC, Tom Payne (RETIRED)
Details | Diff
Patch to subversion-1.2.3-r3.ebuild to add ruby bindings (subversion-1.2.3-r3.ebuild-ruby-bindings.patch,2.10 KB, patch)
2005-10-21 06:44 UTC, Tom Payne (RETIRED)
Details | Diff
subversion-swig.m4-ruby.patch (subversion-swig.m4-ruby.patch,698 bytes, patch)
2005-10-21 06:44 UTC, Tom Payne (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuel Eick 2005-08-14 14:36:17 UTC
If you do not have the right permission for an svn import, there should be a
message complaining about the issue, not a simple freeze of the svn client.

Reproducible: Always
Steps to Reproduce:
1.svn import xyz
2.
3.

Actual Results:  
svn client freezes and must be killed with a SIGTERM

Expected Results:  
svn: Can't open directory 'xyz': Permission denied
svn: Your commit message was left in a temporary file:...

like done with subversion 1.1.4-r1

It cost me some time to find the problem with the "missing" message. I found the
solution when I emerged subversion 1.1.4-r1.
I don't know, maybe the version in x86 should be changed to 1.1.4-r1.
Comment 1 Tom Payne (RETIRED) gentoo-dev 2005-10-21 05:05:06 UTC
Created attachment 71112 [details, diff]
Patch to subversion-1.2.3-r3.ebuild to add ruby bindings
Comment 2 Tom Payne (RETIRED) gentoo-dev 2005-10-21 06:43:31 UTC
Oops, it needs an extra patch to build/ac-macros/swig.m4 so that the ruby
extension modules get the corrected.
Comment 3 Tom Payne (RETIRED) gentoo-dev 2005-10-21 06:44:06 UTC
Created attachment 71115 [details, diff]
Patch to subversion-1.2.3-r3.ebuild to add ruby bindings
Comment 4 Tom Payne (RETIRED) gentoo-dev 2005-10-21 06:44:33 UTC
Created attachment 71116 [details, diff]
subversion-swig.m4-ruby.patch
Comment 5 Paul de Vrieze (RETIRED) gentoo-dev 2005-10-21 07:21:39 UTC
Tom, these should go to bug #101871
Comment 6 Tom Payne (RETIRED) gentoo-dev 2005-10-21 07:26:15 UTC
Thanks Paul, these bugzilla pages all look the same :-) I've added the patches
to the correct bug now.
Comment 7 Paul de Vrieze (RETIRED) gentoo-dev 2005-10-21 07:30:04 UTC
Closing this bug as it's no longer valid and upstream anyway.