Re: [PATCH]svnrdump to dump single specified revision

2010-09-06 Thread vijayaguru
Attaching the patch, Thanks & Regards, Vijayaguru On Mon, 2010-09-06 at 21:49 +0530, Vijayaguru Guruchave wrote: > Hi, > > 'svnrdump dump -r n ' dumps the revisions from 'n' to HEAD.The attached > patch dumps the single specified revision alone. > [[[ &g

[PATCH] Test case for issue #3471: svn up touches file w/ lock & svn:keywords property

2010-09-08 Thread vijayaguru
* subversion/tests/cmdline/update_tests.py (update_with_file_lock_and_keywords_property_set): New test case. (test_list): Add update_with_file_lock_and_keywords_property_set and mark it as XFail. Patch by: Vijayaguru G ]]] Thanks & Regards, Vijayaguru Index: subversi

Re: [PATCH] Test case for issue #3471: svn up touches file w/ lock & svn:keywords property

2010-09-09 Thread vijayaguru
On Thu, 2010-09-09 at 13:08 +0530, Senthil Kumaran S wrote: > Hi Vijay, > > vijayaguru wrote: > > The attached patch adds a test case for issue #3471:svn up touches file > > w/ lock & svn:keywords property and marking it as 'XFail' until the > > iss

Re: [PATCH] Test case for issue #3471: svn up touches file w/ lock & svn:keywords property

2010-09-13 Thread vijayaguru
estamp is changed for further updates. Here We are just locking the file with keywords property set and we are not committing the file.Then running "svn update" should expand the keyword & change the timestamp? But in 1.4.x , the keyword will not expand and timestamp won't change for first update. Thanks & Regards, Vijayaguru

[PATCH] Avoid allocating memory to extract basename using svn_relpath_basename

2010-10-04 Thread vijayaguru
svn_relpath_basename wherever the returned basename need not be persistent. Patch by: Vijayaguru G Suggested by: Kameshj ]]] Thanks & Regards, Vijayaguru Index: subversion/mod_dav_svn/reports/update.c === --- subversion/mod_dav

when does this code get invoked?

2010-10-05 Thread vijayaguru
, file->rsrc, TRUE, file->token, FALSE, workpool)); Thanks in Advance!! Thanks & Regards, Vijayaguru

Export with --native-eol is not applied to file externals

2010-08-02 Thread vijayaguru
problem. [1] - http://svn.haxx.se/dev/archive-2010-07/0427.shtml Thanks & Regards, Vijayaguru export_native-eol.sh Description: application/shellscript

[PATCH] Test case for exporting externals with native-eol

2010-08-04 Thread vijayaguru
ts.py (export_externals_with_native_eol): New test case. (test_list): Add the above test. Patch by: Vijayaguru G ]]] Thanks & Regards, Vijayaguru Index: subversion/tests/cmdline/export_tests.py === --- subversion/tests/cmdline/export_tests.py (revisi

[PATCH]svnrdump to dump single specified revision

2010-09-06 Thread Vijayaguru Guruchave
evision by assigning start_revision to end_revision while passing revision number to '-r' option. Patch by: Vijayaguru G ]]] Thanks & Regards, Vijayaguru