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
"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
> ===
"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
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
Translation status report for trunk@r1150983
lang trans untrans fuzzy obs
--
de2066 153 314 253 UUoo
es1992 227 342 389 +++UU~
fr2172 47
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
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
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
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!
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=
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
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
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
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
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)
> @@
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
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
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
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
"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
20 matches
Mail list logo