anning
to roll the tar ball? Thank you.
--
Regards,
Bhuvaneswaran A
CollabNet Software P Ltd. | www.collab.net
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
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
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
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
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
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
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
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
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&
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
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
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
> &
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
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
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
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
) 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
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
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
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)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
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
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
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
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
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.
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.
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
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
44 matches
Mail list logo