Re: Contributing to SVN (was: Re: [PATCH] Adding tests for some functions in svn_checksum.h in SWIG bindings for python)

2013-04-03 Thread Shivani Poddar
Hi Stefan, I appreciate the immense help and guidance given by the subversion community and agree that the tasks I have been pursuing haven't been particularly easy for me (although I did cater the confidence that i will be able to catch up.). You are right in saying that I would instead need to fo

[PATCH] Adding tests for some functions in svn_checksum.h in SWIG bindings for python

2013-04-01 Thread Shivani Poddar
Log: [[[ Followup to r1420334: Adding new tests. * subversiom/bindings/swig/python/tests/checksum.py Writing new tests to ensure robustness of svn_checksum_match(), svn_checksum_dup() and svn_checksum_empty_checksum(). Patch by: Shivani Poddar ]]] Regards, Shivani Poddar, irc-nick - Pods

[PATCH] Adding tests for some functions in svn_checksum.h in SWIG bindings for python

2013-03-28 Thread Shivani Poddar
Log: [[[ Followup to r1420334: Adding new tests. * subversiom/bindings/swig/python/tests/checksum.py Writing new tests to ensure robustness of svn_checksum_match(), svn_checksum_dup() and svn_checksum_empty_checksum(). Patch by: Shivani Poddar ]]] Regards, Shivani Poddar, irc-nick - Pods

Re: [PATCH] Adding tests for some function in svn_checksum.h in SWIG bindings for python

2013-03-19 Thread Shivani Poddar
sion. > The zero checksum is the checksum with special handling, it is created > by svn_checksum_create and svn_checksum_clear, it has a digest that is > all zeros, and it matches any other checksum of the same kind. > > -- > Certified & Supported Apache Subversion Downl

Re: [PATCH] Adding tests for some function in svn_checksum.h in SWIG bindings for python

2013-03-19 Thread Shivani Poddar
On Tue, Mar 19, 2013 at 7:05 PM, Philip Martin wrote: > Shivani Poddar writes: > > > On Tue, Mar 19, 2013 at 5:58 PM, Philip Martin > > wrote: > > > >> Shivani Poddar writes: > >> > >> > In

Re: [PATCH] Adding tests for some function in svn_checksum.h in SWIG bindings for python

2013-03-19 Thread Shivani Poddar
On Tue, Mar 19, 2013 at 5:58 PM, Philip Martin wrote: > Shivani Poddar writes: > > > Index: subversion/bindings/swig/python/tests/checksum.py > > === > > --- subversion/bindings/swig/python/tests/check

[PATCH] Adding tests for some function in svn_checksum.h in SWIG bindings for python

2013-03-17 Thread Shivani Poddar
Log: [[[ Followup to r1420334: Adding new tests. * subversiom/bindings/swig/python/tests/checksum.py Writing new tests to ensure robustness of svn_checksum_match(), svn_checksum_dup() and svn_checksum_empty_checksum(). Patch by: Shivani Poddar ]]] Regards, Shivani Poddar, irc-nick

[PATCH] Adding tests for some function in svn_checksum.h in SWIG bindings for python

2013-03-15 Thread Shivani Poddar
Log: [[[ Followup to r1420334: Adding new tests. * subversiom/bindings/swig/python/tests/checksum.py Writing new tests to ensure robustness of svn_checksum_match(), svn_checksum_dup() and svn_checksum_empty_checksum(). Patch by: Shivani Poddar ]]] Regards, Shivani Poddar, irc-nick

Re: [PATCH] swig-py: Adding tests for svn_checksum_dup() and svn_checksum_match()

2013-03-12 Thread Shivani Poddar
On Thu, Feb 21, 2013 at 5:31 AM, Shivani Poddar wrote: > > > On Wed, Feb 20, 2013 at 11:41 PM, Ben Reser wrote: > >> On Tue, Feb 19, 2013 at 10:01 PM, Shivani Poddar >> wrote: >> > >> > [ [ [ >> > >> > Improving support for svn_checks

Re: [PATCH] swig-py: Adding tests for svn_checksum_dup() and svn_checksum_match()

2013-02-20 Thread Shivani Poddar
On Wed, Feb 20, 2013 at 11:41 PM, Ben Reser wrote: > On Tue, Feb 19, 2013 at 10:01 PM, Shivani Poddar > wrote: > > > > [ [ [ > > > > Improving support for svn_checksum.h in SWIG bindings. > > Same comment as last time about the description line. > >

[PATCH] swig-py: Adding tests for svn_checksum_dup() and svn_checksum_match()

2013-02-19 Thread Shivani Poddar
[ [ [ Improving support for svn_checksum.h in SWIG bindings. * subversion/bindings/swig/python/tests/checksum.py: "swig-py: Adding tests for svn_checksum_dup() and svn_checksum_match()" Patch by: Shivani Poddar Review by : breser ] ] ] Regards, Shivani Poddar, irc-nik -&g

Re: [PATCH] Improve support for svn_checksum.h in SWIG bindings for python

2013-02-19 Thread Shivani Poddar
On Wed, Feb 20, 2013 at 4:31 AM, Ben Reser wrote: > On Tue, Feb 19, 2013 at 2:33 PM, Shivani Poddar > wrote: > > I see. I did run an 'svn update' on my working copy before making any new > > changed this time around. > > Maybe i'll recheck the diff yes.

Re: [PATCH] Improve support for svn_checksum.h in SWIG bindings for python

2013-02-19 Thread Shivani Poddar
On Wed, Feb 20, 2013 at 3:04 AM, Ben Reser wrote: > On Tue, Feb 19, 2013 at 10:58 AM, Shivani Poddar > wrote: > > Maybe writing "adding tests for svn_checksum_dup() function in > > svn_checksum.h would be the correct thing to do. > > Yes. I'd probably say som

Re: [PATCH] Improve support for svn_checksum.h in SWIG bindings for python

2013-02-19 Thread Shivani Poddar
On Wed, Feb 20, 2013 at 2:41 AM, Daniel Shahaf wrote: > Shivani Poddar wrote on Wed, Feb 20, 2013 at 00:28:41 +0530: > > On Tue, Feb 19, 2013 at 11:55 PM, Ben Reser wrote: > > > > > On Sat, Feb 16, 2013 at 4:26 AM, Shivani Poddar > > > wrote: > > > >

Re: [PATCH] Improve support for svn_checksum.h in SWIG bindings for python

2013-02-19 Thread Shivani Poddar
On Tue, Feb 19, 2013 at 11:55 PM, Ben Reser wrote: > On Sat, Feb 16, 2013 at 4:26 AM, Shivani Poddar > wrote: > > [ [ [ > > > > Improving support for svn_checksum.h in SWIG bindings. > > This isn't how I'd word this commit description. You haven't

[PATCH] Improve support for svn_checksum.h in SWIG bindings for python

2013-02-16 Thread Shivani Poddar
[ [ [ Improving support for svn_checksum.h in SWIG bindings. * subversion/bindings/swig/python/tests/checksum.py: Added test support for svn_checksum_dup() Patch by: Shivani Poddar ] ] ] Regards, Shivani Poddar, irc-nik -> trinity_28 International Institute of Information Technol

Regarding project proposals for GSoC 2013

2013-02-12 Thread Shivani Poddar
ris.org/>, there's still plenty of work to do.* * * *Another huge problem for users of the bindings is a lack of proper documentation <http://svn.haxx.se/dev/archive-2011-02/0544.shtml> specific to the bindings."* It would be great if someone would like to mentor it for GSOC 2013.

Re: [PATCH] Improve svn_checksum_t bindings in SWIG

2012-12-11 Thread Shivani Poddar
rdcoding MD5. I'd say if there's no other convenient alternative, > > hardcoding the knowledge that "md5 is 128 bits" (32 hex digits) seems > > better than testing that two objects created by the same constructor > > are the same length. > > > > I mea

Re: [PATCH] Improve svn_checksum_t bindings in SWIG

2012-12-11 Thread Shivani Poddar
On Wed, Dec 12, 2012 at 12:02 AM, Daniel Shahaf wrote: > Shivani Poddar wrote on Tue, Dec 11, 2012 at 23:49:56 +0530: > > Log Message: > > > > Improve support for svn_checksum.h in SWIG bindings > > * subversion/bindings/swig/python/tests/checksum.py: Improved >

Re: [PATCH] Improve svn_checksum_t bindings in SWIG

2012-12-11 Thread Shivani Poddar
Log Message: Improve support for svn_checksum.h in SWIG bindings * subversion/bindings/swig/python/tests/checksum.py: Improved test_checksum Modified: subversion/trunk/subversion/bindings/swig/python/tests/checksum.py On Tue, Dec 11, 2012 at 11:05 PM, Daniel Shahaf wrote: > Shivani Pod

Re: [PATCH] Improve svn_checksum_t bindings in SWIG

2012-12-11 Thread Shivani Poddar
On Tue, Dec 11, 2012 at 10:48 PM, Ben Reser wrote: > On Tue, Dec 11, 2012 at 3:18 AM, Shivani Poddar > wrote: > > > > Log Message: > > > > Improve support for svn_checksum.h in SWIG bindings > > * subversion/bindings/swig/python/tests/checksum.py: Improved

[PATCH] Improve svn_checksum_t bindings in SWIG

2012-12-11 Thread Shivani Poddar
Log Message: Improve support for svn_checksum.h in SWIG bindings * subversion/bindings/swig/python/tests/checksum.py: Improved test_checksum Modified: subversion/trunk/subversion/bindings/swig/python/tests/checksum.py Regards, Shivani Poddar Bachelors in Computer Sciences and MS in Exact

Re: [PATCH] Improve svn_checksum_t bindings in SWIG

2012-12-11 Thread Shivani Poddar
On Tue, Dec 11, 2012 at 2:17 PM, Daniel Shahaf wrote: > Shivani Poddar wrote on Tue, Dec 11, 2012 at 11:51:19 +0530: > > On Tue, Dec 11, 2012 at 4:08 AM, Daniel Shahaf > wrote: > > > Shivani Poddar wrote on Tue, Dec 11, 2012 at 02:22:28 +0530: > > > > Index

Re: [PATCH] Improve svn_checksum_t bindings in SWIG

2012-12-10 Thread Shivani Poddar
On Tue, Dec 11, 2012 at 4:08 AM, Daniel Shahaf wrote: > Shivani Poddar wrote on Tue, Dec 11, 2012 at 02:22:28 +0530: > > Log Message: > > > > Improve support for svn_checksum.h in SWIG bindings > > * subversion/bindings/swig/python/tests/checksum.py: Improved > test

[PATCH] Improve svn_checksum_t bindings in SWIG

2012-12-10 Thread Shivani Poddar
Log Message: Improve support for svn_checksum.h in SWIG bindings * subversion/bindings/swig/python/tests/checksum.py: Improved test_checksum Review by: danielsh Modified: subversion/trunk/subversion/bindings/swig/python/tests/checksum.py Regards, Shivani Poddar Bachelors in Computer Sciences

Re: [PATCH] Missing Binding for svn_checksum_t

2012-12-08 Thread Shivani Poddar
sum.h *subversion/bindings/swig/python/tests/: checksum.py : New file checksum.pyc: New file run_all.py: Included a test_suite for checksum.py Suggested by: breser, danielsh, stsp Review by : breser On Sat, Dec 8, 2012 at 2:13 AM, Shivani Poddar wrote: > > > On Sat, Dec 8, 2

Re: [PATCH] Missing Binding for svn_checksum_t

2012-12-07 Thread Shivani Poddar
On Sat, Dec 8, 2012 at 1:51 AM, Ben Reser wrote: > On Thu, Dec 6, 2012 at 2:40 PM, Shivani Poddar > wrote: > > Log Message: > > subversion/bindings/swig/include > > (svn_checksum_t.swg) : Generated a typemap. > > (svn_checksum_kind_t,svn_checksum_create,svn_checksu

Re: [PATCH] Missing Binding for svn_checksum_t

2012-12-07 Thread Shivani Poddar
On Fri, Dec 7, 2012 at 2:32 PM, Daniel Shahaf wrote: > > Index: svn_checksum_t.swg > > === > > --- svn_checksum_t.swg(revision 0) > > +++ svn_checksum_t.swg(revision 0) > > @@ -0,0 +1,47 @@ > > +%module checksum/** >

[PATCH] Missing Binding for svn_checksum_t

2012-12-06 Thread Shivani Poddar
n Sperling Ben Reser Daniel Shahaf <~danielsh@apache> I hope this PATCH is incorporated and i am able to contribute substantially to the subversion community. Regards, Shivani Poddar Sophomore, International Institute of Information Technology, Hyderabad sub

[DOCUMENTATION-contribution] SVN public API structs list

2012-12-04 Thread Shivani Poddar
Hi, Having started searching for structs which need typemaps to be generated for swig-py i came across the dire need for subversion to invlude a proper documentation of the structs which are included in the header files in (trunk/subversion/include). Many of these structs having typemaps generated

Regarding the python bindings project (Initial contribution summary)

2012-12-02 Thread Shivani Poddar
document the required APIs. Regards, Shivani Poddar IRCnick- trinity_28

Fwd: Regarding the Outreach Program for Women

2012-12-01 Thread Shivani Poddar
repo. I would be highly obliged if you could have a look at them. https://github.com/shivanipoddariiith Thank You, Shivani Poddar cv-internopports.rtf Description: RTF file