Re: [PATCH] New test for 'svnadmin lslocks' and 'svnadmin rmlocks'

2011-07-25 Thread Noorul Islam K M
"Philip Martin" writes: > Noorul Islam K M writes: > >> +def test_lslocks_and_rmlocks(sbox): >> + "test 'svnadmin lslocks' and 'svnadmin rmlocks'" >> + >> + def verify_lslocks_output(expected, actual): >> +"""Verify expected output and actual output match.""" >> +if len(expected) != l

Re: svn commit: r1150493 - /subversion/branches/1.7.x/STATUS

2011-07-25 Thread Philip Martin
danie...@apache.org writes: > Author: danielsh > Date: Sun Jul 24 21:37:23 2011 > New Revision: 1150493 > > URL: http://svn.apache.org/viewvc?rev=1150493&view=rev > Log: > * STATUS (r1149627): Vote +0. > > Modified: > subversion/branches/1.7.x/STATUS > > Modified: subversion/branches/1.7.x/STA

Students' Project seeks help

2011-07-25 Thread Jan Peters
Hi there, we are a follow-up project to a student's group at Ruhr-University Bochum, Germany, which tried to integrate a functionality into Subversion to allow users to encrypt all their data on the client-side, before committing and to decrpyt while updating. To achieve this we have found a

Re: Students' Project seeks help

2011-07-25 Thread Philip Martin
Jan Peters writes: > we are a follow-up project to a student's group at Ruhr-University > Bochum, Germany, which tried to integrate a functionality into > Subversion to allow users to encrypt all their data on the > client-side, before committing and to decrpyt while updating. > > To achieve this

AW: Students' Project seeks help

2011-07-25 Thread Markus Schaber
Hi, Jan, Von: Jan Peters [mailto:peters.ja...@googlemail.com] > we are a follow-up project to a student's group at Ruhr-University Bochum, Germany, which tried to integrate a functionality into Subversion to allow users to encrypt all their data on the client-side, before committing and to decrp

Re: [PATCH] New test for 'svnadmin lslocks' and 'svnadmin rmlocks'

2011-07-25 Thread Philip Martin
Noorul Islam K M writes: > Index: subversion/tests/cmdline/svnadmin_tests.py > === > --- subversion/tests/cmdline/svnadmin_tests.py(revision 1150581) > +++ subversion/tests/cmdline/svnadmin_tests.py(working copy) > @@

Re: [PATCH] New test for 'svnadmin lslocks' and 'svnadmin rmlocks'

2011-07-25 Thread Philip Martin
Philip Martin writes: > Noorul Islam K M writes: > >> +def test_lslocks_and_rmlocks(sbox): >> + "test 'svnadmin lslocks' and 'svnadmin rmlocks'" >> + >> + def verify_lslocks_output(expected, actual): >> +"""Verify expected output and actual output match.""" >> +expected_output = svnt

Re: Students' Project seeks help

2011-07-25 Thread Daniel Shahaf
Jan Peters wrote on Mon, Jul 25, 2011 at 15:25:40 +0200: > Hi there, > we are a follow-up project to a student's group at Ruhr-University > Bochum, Germany, which tried to integrate a functionality into > Subversion to allow users to encrypt all their data on the > client-side, before committing an

Re: svn commit: r1150723 - /subversion/branches/gpg-agent-password-store/subversion/libsvn_auth_gpg_agent/gpg_agent.c

2011-07-25 Thread Daniel Shahaf
s...@apache.org wrote on Mon, Jul 25, 2011 at 14:33:33 -: > Author: stsp > Date: Mon Jul 25 14:33:32 2011 > New Revision: 1150723 > > URL: http://svn.apache.org/viewvc?rev=1150723&view=rev > Log: > On the gpg-agent-password-store branch, send the values of the LC_CTYPE > and DISPLAY variables

Re: svn commit: r1150723 - /subversion/branches/gpg-agent-password-store/subversion/libsvn_auth_gpg_agent/gpg_agent.c

2011-07-25 Thread Stefan Sperling
On Mon, Jul 25, 2011 at 09:44:17PM +0300, Daniel Shahaf wrote: > s...@apache.org wrote on Mon, Jul 25, 2011 at 14:33:33 -: > > + /* Send LC_CTYPE to the gpg-agent daemon. */ > > + lc_ctype = getenv("LC_CTYPE"); > > + if (lc_ctype == NULL) > > +lc_ctype = getenv("LC_ALL"); > > + if (lc_c

Re: svn commit: r1150875 - /subversion/trunk/subversion/libsvn_auth_gpg_agent/gpg_agent.c

2011-07-25 Thread Daniel Shahaf
This function uses p in two places now, don't you need to re-initialize it to NULL before the second usage? s...@apache.org wrote on Mon, Jul 25, 2011 at 20:07:30 -: > Author: stsp > Date: Mon Jul 25 20:07:30 2011 > New Revision: 1150875 > > URL: http://svn.apache.org/viewvc?rev=1150875&view=

Re: svn commit: r1150875 - /subversion/trunk/subversion/libsvn_auth_gpg_agent/gpg_agent.c

2011-07-25 Thread Stefan Sperling
On Mon, Jul 25, 2011 at 11:20:47PM +0300, Daniel Shahaf wrote: > This function uses p in two places now, don't you need to re-initialize > it to NULL before the second usage? Quite right. r1150884, thanks!

Re: svn commit: r1150723 - /subversion/branches/gpg-agent-password-store/subversion/libsvn_auth_gpg_agent/gpg_agent.c

2011-07-25 Thread Daniel Shahaf
Stefan Sperling wrote on Mon, Jul 25, 2011 at 20:55:56 +0200: > On Mon, Jul 25, 2011 at 09:44:17PM +0300, Daniel Shahaf wrote: > > s...@apache.org wrote on Mon, Jul 25, 2011 at 14:33:33 -: > > > + /* Send LC_CTYPE to the gpg-agent daemon. */ > > > + lc_ctype = getenv("LC_CTYPE"); > > > + if

[BUG] wcroot symlinks

2011-07-25 Thread Hyrum K Wright
Try the following: [[[ $ svn co $REPO $WC $ ln -s $WC $WC2 $ svn st $WC2 svn: warning: W155007: '/Users/Hyrum/dev/test/blah' is not a working copy ]]] I would expect the above to fail if creating a symlink to some directory deep within the working copy, but symlinking the root should make the .svn

Re: [BUG] wcroot symlinks

2011-07-25 Thread Branko Čibej
On 25.07.2011 16:53, Hyrum K Wright wrote: > Try the following: > [[[ > $ svn co $REPO $WC > $ ln -s $WC $WC2 > $ svn st $WC2 > svn: warning: W155007: '/Users/Hyrum/dev/test/blah' is not a working copy > ]]] > > I would expect the above to fail if creating a symlink to some > directory deep within

[l10n] Translation status report for trunk r1150983

2011-07-25 Thread Subversion Translation Status
Translation status report for trunk@r1150983 lang trans untrans fuzzy obs -- de2066 153 314 253 UUoo es1992 227 342 389 +++UU~ fr2172 47

Re: [PATCH] New test for 'svnadmin lslocks' and 'svnadmin rmlocks'

2011-07-25 Thread Noorul Islam K M
Philip Martin writes: > Noorul Islam K M writes: > >> Index: subversion/tests/cmdline/svnadmin_tests.py >> === >> --- subversion/tests/cmdline/svnadmin_tests.py (revision 1150581) >> +++ subversion/tests/cmdline/svnadmin_tests

Re: [PATCH] info_tests.py - Fix indentation.

2011-07-25 Thread Noorul Islam K M
"Noorul Islam K M" writes: > Attached is the patch that fixes indentation in info_tests.py. > > Log > [[[ > > * subversion/tests/cmdline/info_tests.py > (info_show_exclude): Fix indentation, remove a redundant blank > line, no functional change. > > Patch by: Noorul Islam K M > ]]] > > Tha

Re: [PATCH] Remove redundant comment line

2011-07-25 Thread Noorul Islam K M
"Noorul Islam K M" writes: > While reading code I found this unnecessary comment. > > Log > > [[[ > > * subversion/libsvn_wc/info.c > (build_info_for_entry): Remove redundant comment line. > > ]]] > > Thanks and Regards > Noorul > > > > > Index: subversion/libsvn_wc/info.c > ===

Trivial patches pending review.

2011-07-25 Thread Noorul Islam K M
Here is a list of patches that I submitted over a period of time but did not get any response. I am listing it here, if in case anyone finds time. http://svn.haxx.se/dev/archive-2011-06/0229.shtml http://svn.haxx.se/dev/archive-2011-07/0251.shtml http://svn.haxx.se/dev/archive-2011-07/0299.shtml