Re: Now May 18 Re: 1.6.17 release rolling next week (May 11)

2011-05-23 Thread Bhuvaneswaran A
anning to roll the tar ball? Thank you. -- Regards, Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net

Re: svn commit: r947269 - in /subversion/trunk/build/hudson: ./ jobs/subversion-1.6.x-solaris/ jobs/subversion-1.6.x-ubuntu/ jobs/subversion-doxygen/ jobs/subversion-javadoc/ jobs/subversion-trunk-sol

2010-05-23 Thread Bhuvaneswaran A
he commit log message, the subversion way. Specify the changes you did in each configuration file, individually. Refer to this section to know howto write a log message, if you have not gone through it already. http://subversion.apache.org/docs/community-guide/conventions.html#log-messages Thank

Solaris gcc version

2010-04-04 Thread Bhuvaneswaran A
3.4.3 (csl-sol210-3_4-branch+sol_rpath) In case you need more info, let me know. Thank you. -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net signature.asc Description: This is a digitally signed message part

Re: [Issue 3579] New - reschedule hudson jobs to execute every 1hr

2010-02-08 Thread Bhuvaneswaran A
On Mon, 2010-02-08 at 20:35 -0800, Blair Zajac wrote: > Hyrum K. Wright wrote: > > On Feb 8, 2010, at 10:29 PM, Bhuvaneswaran A wrote: > > > >> --- Additional comments from bhu...@tigris.org Mon Feb 8 20:29:46 > >> -0800 2010 --- > >> Rig

Re: 1.6.7 up for signing/testing

2009-12-28 Thread Bhuvaneswaran A
local/lib/libiconv.so.2 Meanwhile, when I try to build apr-iconv, the make command is failing: make: Fatal error: Don't know how to make target `iso-8859-1.la' -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net signature.asc Description: This is a digitally signed message part

RE: 1.6.7 up for signing/testing

2009-12-28 Thread Bhuvaneswaran A
ould guess that it is not a regression, > but an existing problem which is likely outside the subversion code. Yeah, the issue not exist in svn 1.6.6. IOW, the issue doesn't sound like a regression. It is most likely a setup issue, got to do with linking libiconv library correctly. -- Bhuvanes

Re: 1.6.7 up for signing/testing

2009-12-23 Thread Bhuvaneswaran A
t 3: test svn_utf_cstring_to_utf8_ex2 utf-test 4: test_svn_utf_cstring_from_utf8_ex2 For more details, refer to this build result: http://hudson.zones.apache.org/hudson/view/subversion/job/subversion-1.6.x-solaris/49/ -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net signature.asc Description: This is a digitally signed message part

Re: [PATCH] Fix checkout URLs in INSTALL file

2009-12-22 Thread Bhuvaneswaran A
On Wed, 2009-12-23 at 12:42 +0530, Kamesh Jayachandran wrote: > On 12/23/2009 12:34 PM, Bhuvaneswaran A wrote: > > Found this while building Subversion on Windows. This patch fixes the > > checkout URLs in INSTALL file that were still pointing to svn.collab.net > > repositor

[PATCH] Fix checkout URLs in INSTALL file

2009-12-22 Thread Bhuvaneswaran A
Found this while building Subversion on Windows. This patch fixes the checkout URLs in INSTALL file that were still pointing to svn.collab.net repository. [[ Fix the checkout URLs. * INSTALL The repository is now in svn.apache.org. ]] -- Bhuvaneswaran A CollabNet Software P Ltd

Re: Standardizing python code using pylint

2009-12-17 Thread Bhuvaneswaran A
ping? Any comments on this proposal? On Sun, 2009-12-06 at 22:29 +0530, Bhuvaneswaran A wrote: > As discussed in this email thread [1], I've come up with the pylint > rules for standardizing the python code throughout the repository. > > Few of rules that would be of crowd&

Re: Standardizing python code using pylint

2009-12-06 Thread Bhuvaneswaran A
people.apache.org/~bhuvan/pylint/ Please take a look and suggest list of error/fatal/warning we should fix in our code. -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net signature.asc Description: This is a digitally signed message part

Standardizing python code using pylint

2009-12-06 Thread Bhuvaneswaran A
t me know. Thank you. [1] http://bit.ly/8ujHS8 -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net signature.asc Description: This is a digitally signed message part

Re: [Proposal] Publishing api doc for Subversion

2009-12-04 Thread Bhuvaneswaran A
Thanks, Julian. Committed the Hudson jobs in r887496. On Fri, 2009-12-04 at 11:02 +, Julian Foad wrote: > Bhuvaneswaran A wrote: > > As per discussion we had in this email thread [1] about publishing api > > doc, I checked other projects and also had a discussion at > &

Re: [PATCH] Handle special characters in Junit report

2009-12-04 Thread Bhuvaneswaran A
you run the script, without this patch, it will generate an invalid xml file. With this patch, it will generate a valid xml file. -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net prop_tests.py.junit.xml.valid Description: XML document prop_tests.py.junit.xml.invalid Desc

Re: [PATCH] Handle special characters in Junit report

2009-12-04 Thread Bhuvaneswaran A
On Fri, 2009-12-04 at 15:29 +0100, Branko Čibej wrote: > Bhuvaneswaran A wrote: > > On Fri, 2009-12-04 at 12:36 +, Julian Foad wrote: > > > >> Bhuvaneswaran A wrote: > >> > >>> Please find attached the revised patch. I incorporated follo

Re: [PATCH] Handle special characters in Junit report

2009-12-04 Thread Bhuvaneswaran A
On Fri, 2009-12-04 at 13:41 +, Julian Foad wrote: > Bhuvaneswaran A wrote: > > Branko, Julian: Thank you for the review comments. > > > > Incorporated the above suggestion and committed in r887178. Now that the > > script is stable, as discussed in this thread

Re: [PATCH] Handle special characters in Junit report

2009-12-04 Thread Bhuvaneswaran A
On Fri, 2009-12-04 at 12:36 +, Julian Foad wrote: > Bhuvaneswaran A wrote: > > Please find attached the revised patch. I incorporated following > > feedback: > > a) Fix the array slicing part > > b) Escape using ord() instead of removing those characters >

Re: [PATCH] Handle special characters in Junit report

2009-12-04 Thread Bhuvaneswaran A
ure messages. * tools/dev/gen_junit_report.py (escape_special_characters): New method to escape special characters. (junit_testcase_fail, junit_testcase_xfail): Use escape_special_characters() method to escape special characters in test failure messages. ]] On Fri, 2009-12-04 at 11:19 +0000, Julian Foa

[Proposal] Publishing api doc for Subversion

2009-12-04 Thread Bhuvaneswaran A
The documentation for trunk aka. on-going changes can be made available in the above url which we may link it from our home page, if need be. To publish document in this fashion, all we should do is create Hudson job(s) appropriately. Comments? [1] http://tr.im/GBGH [2] http://tr.im/GBIg -- B

Re: [PATCH] Handle special characters in Junit report

2009-12-04 Thread Bhuvaneswaran A
On Fri, 2009-12-04 at 10:22 +, Julian Foad wrote: > Branko Čibej wrote: > > Bhuvaneswaran A wrote: > > > The failure message for few tests contain special characters, ex: > > What do you mean by "special" characters? Unprintable characters? > Non-UT

Re: [PATCH] Handle special characters in Junit report

2009-12-04 Thread Bhuvaneswaran A
On Fri, 2009-12-04 at 10:37 +0100, Branko Čibej wrote: > Bhuvaneswaran A wrote: > > The failure message for few tests contain special characters, ex: > > prop_tests.py. As a result, it creates an invalid xml file and not being > > displayed in Hudson. > > > > T

[PATCH] Handle special characters in Junit report

2009-12-03 Thread Bhuvaneswaran A
special characters. (junit_testcase_fail, junit_testcase_xfail): Use remove_special_characters() method to remove special characters in test failure messages. ]] -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net Index: tools/dev/gen_junit_report.py

Re: Hudson jobs for Solaris system

2009-12-03 Thread Bhuvaneswaran A
Committed this patch in r886816. On Thu, 2009-12-03 at 12:45 +0530, Bhuvaneswaran A wrote: > The Solaris node lucene.zones.apache.org is online. The Hudson jobs to > build Subversion on Solaris10 system is functional. > > Please find attached the patch to add those configuration

Re: Incubator status page

2009-12-02 Thread Bhuvaneswaran A
On Wed, 2009-12-02 at 12:18 -0500, C. Michael Pilato wrote: > Bhuvaneswaran A wrote: > > I was using doxygen 1.6.1 in people.apache.org. Possibly, Mike should > > upgrade doxygen in svn.collab.net? > > I've tried -- the dependency chain is too deep to fuss with for so ve

Hudson jobs for Solaris system

2009-12-02 Thread Bhuvaneswaran A
http://subversion.tigris.org/issues/show_bug.cgi?id=3541 -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net Index: build/hudson/jobs/subversion-1.6.x-solaris/config.xml === --- build/hudson/jobs/subversion-1.6.x-so

Re: Incubator status page

2009-12-02 Thread Bhuvaneswaran A
On Wed, 2009-12-02 at 10:49 -0600, Hyrum K. Wright wrote: > On Dec 2, 2009, at 10:29 AM, C. Michael Pilato wrote: > > > Hyrum K. Wright wrote: > >> On Dec 2, 2009, at 10:15 AM, Bhuvaneswaran A wrote: > >> > >>> On Wed, 2009-12-02 at 09:23 -0600, Hyrum

Re: Incubator status page

2009-12-02 Thread Bhuvaneswaran A
it. I'll co-ordinate with that team and keep you posted. Thank you. -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net signature.asc Description: This is a digitally signed message part

Re: Incubator status page

2009-12-02 Thread Bhuvaneswaran A
t know it was already setup. I think we should use this location until we figure out how to manage docs in Apache.org. Thank you. -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net signature.asc Description: This is a digitally signed message part

Re: Incubator status page

2009-12-02 Thread Bhuvaneswaran A
e: http://people.apache.org/~bhuvan/subversion-apidoc/ I don't mind to setup crontab in here and make it permanent, let me know. Thanks! -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net signature.asc Description: This is a digitally signed message part

Re: svn commit: r885583 - /subversion/trunk/notes/wc-ng/locking

2009-12-01 Thread Bhuvaneswaran A
istraction for others, > > with the understanding that we (I?) are working to address the > > problem?) > > No objection from me on that. For the record, Julian marked this test "basic_tests.py 7" as wimp in r885840. With that fix, the build does not fail anymore.

Re: svn commit: r885378 - /subversion/trunk/subversion/tests/cmdline/basic_tests.py

2009-11-30 Thread Bhuvaneswaran A
to break the build: http://hudson.zones.apache.org/hudson/job/subversion-trunk-ubuntu/60/ -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net signature.asc Description: This is a digitally signed message part

Re: fixing old revisions referenced in log messages ...

2009-11-27 Thread Bhuvaneswaran A
) enable post-revprop-change hook script Thank you! -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net signature.asc Description: This is a digitally signed message part

Re: fixing old revisions referenced in log messages ...

2009-11-27 Thread Bhuvaneswaran A
On Fri, 2009-11-27 at 15:40 +0530, Senthil Kumaran S wrote: > Hi, > > Bhuvaneswaran A wrote: > > Did we discuss about correcting old revisions pointing to svn.collab.net > > repository referenced in log messages? Like this one: > > $ svn log -r r880575 > > T

fixing old revisions referenced in log messages ...

2009-11-26 Thread Bhuvaneswaran A
Did we discuss about correcting old revisions pointing to svn.collab.net repository referenced in log messages? Like this one: $ svn log -r r880575 -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net signature.asc Description: This is a digitally signed message part

Re: [PATCH] Hudson configuration files

2009-11-26 Thread Bhuvaneswaran A
On Thu, 2009-11-26 at 16:00 -0600, Hyrum K. Wright wrote: > On Nov 26, 2009, at 9:49 AM, Bhuvaneswaran A wrote: > > > On Thu, 2009-11-26 at 10:38 -0500, Mark Phippard wrote: > >>> I've only played around with Hudson a little, so I'm not too > >> familiar

Re: [PATCH] Hudson configuration files

2009-11-26 Thread Bhuvaneswaran A
(re)use these jobs. As per newer releases, we'll be creating new job for building new releases. All these jobs can reside just in trunk. -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net signature.asc Description: This is a digitally signed message part

Re: Standardizing python code ...

2009-11-26 Thread Bhuvaneswaran A
2 to 4 space indentation. I'll post a sample pylintrc file that can be used to report violations in existing code. If 2 space indentation is not considered as a violation, we can define pylintrc file accordingly. -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net signature.asc Description: This is a digitally signed message part

Standardizing python code ...

2009-11-26 Thread Bhuvaneswaran A
ns, if any. [1] http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2409985 -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net signature.asc Description: This is a digitally signed message part

[PATCH] Hudson configuration files

2009-11-25 Thread Bhuvaneswaran A
system. * build/hudson/jobs/subversion-1.6.x-ubuntu/config.xml The configuration file specific to building Subversion in "1.6.x" branch on Ubuntu system. ]] [1] http://tr.im/FOZ5 -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net Index: build/hudson/jobs/subversion-tr

Re: svn commit: r884002 - /subversion/trunk/subversion/libsvn_subr/utf.c

2009-11-25 Thread Bhuvaneswaran A
er, a byte containing >all zero bits, used mainly as a filler or as a marker for the end >of a string" > > Maybe we should just say '\0' cause that is what C programmers > are used to. Fixed in r884394. Thanks! -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net signature.asc Description: This is a digitally signed message part

Re: Hudson Build setup for Subversion

2009-11-24 Thread Bhuvaneswaran A
On Tue, 2009-11-24 at 15:50 -0500, Mark Phippard wrote: > On Tue, Nov 24, 2009 at 2:47 AM, Bhuvaneswaran A wrote: > > > From here, I have 2 proposals: > > a) Manage configuration files for all jobs in our repository. > > b) Create a new mailing list, may be bui.

Re: Hudson Build setup for Subversion

2009-11-24 Thread Bhuvaneswaran A
On Tue, 2009-11-24 at 08:37 -0500, Mark Phippard wrote: > On Tue, Nov 24, 2009 at 2:47 AM, Bhuvaneswaran A wrote: > > > From here, I have 2 proposals: > > a) Manage configuration files for all jobs in our repository. > > b) Create a new mailing list, may be bui.

Hudson Build setup for Subversion

2009-11-23 Thread Bhuvaneswaran A
ome up with a patch. For (b), may I open a Jira ticket for #infra team to create this mailing list? http://hudson.zones.apache.org/hudson/view/subversion/ Thanks! -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net signature.asc Description: This is a digitally signed message part

RE: [RFC] Move buildbot master to ASF infrastructure

2009-11-22 Thread Bhuvaneswaran A
a Hudson job, thus I can setup Hudson jobs for Subversion project. Will you be able to help me to have this account created? https://issues.apache.org/jira/browse/INFRA-2337 -- Bhuvaneswaran A CollabNet Software P Ltd. | www.collab.net signature.asc Description: This is a digitally signed message part