Re: How to find who commits the build and revision number?

2010-06-24 Thread Kevin Wu
I used a dumb method: sudo su hudson and interactively got and confirmed the certificate for Hudson server. On Fri, Jun 25, 2010 at 11:41 AM, Kevin Wu wrote: > I get the following message when executing svn propget: > > Error validating server certificate for 'trunk

Re: How to find who commits the build and revision number?

2010-06-24 Thread Kevin Wu
les in > . Then, a user looking at Hudson should be able to see > the name of the user who did the commit. BTW, if you use the > repository URL instead of the working directory, you won't have to > worry about the location of the working directory. > > -- > David Weintraub > qazw...@gmail.com > -- Best wishes, Kevin Wu

Re: How to find who commits the build and revision number?

2010-06-24 Thread Kevin Wu
a particular directory. > In Hudson job, you tell Hudson to archive any files in that directory. > > The result is that the name of one of your archive files will contain > the name of the user who did the commit. > > > -- > David Weintraub > qazw...@gmail.com > -- Best wishes, Kevin Wu

Re: how to avoid post-commit hook being executed when branches are modified

2010-06-23 Thread Kevin Wu
Thanks Ryan~ On Wed, Jun 23, 2010 at 2:41 PM, Ryan Schmidt < subversion-20...@ryandesign.com> wrote: > > On Jun 23, 2010, at 01:30, Kevin Wu wrote: > > > I wrote my post-commit hook for the trunk. But whenever something is > committed to one branch, the hook is triggered

how to avoid post-commit hook being executed when branches are modified

2010-06-22 Thread Kevin Wu
Hi, I wrote my post-commit hook for the trunk. But whenever something is committed to one branch, the hook is triggered. How to let post-commit hook discriminate the branch and the trunk? Thanks a lot. -- Best wishes, Kevin Wu

Re: How to find who commits the build and revision number?

2010-06-22 Thread Kevin Wu
I understand revision number can be retreived by using the variable SVN_REVISION provided by Hudson. But how to let Hudson know who commits the code? On Wed, Jun 23, 2010 at 12:55 PM, Kevin Wu wrote: > Hi folks, > > I am using Hudson + Subversion to automate the build process. >

How to find who commits the build and revision number?

2010-06-22 Thread Kevin Wu
e change to the svn repository, and the revision number of that commit. THANKS IN ADVANCE. -- Best wishes, Kevin Wu

Re: Some files won't be imported to my repository!

2010-06-22 Thread Kevin Wu
Thanks a lot for all of you folks! On Tue, Jun 22, 2010 at 5:09 PM, Campbell Allan < campbell.al...@sword-ciboodle.com> wrote: > > On Tuesday 22 Jun 2010, Kevin Wu wrote: > > Hi folks > > > > I created a repository and imported one entire directory. > > >

Some files won't be imported to my repository!

2010-06-22 Thread Kevin Wu
example, "libxerces-c-3.0.so", "libxerces-c.a" Thanks in advance. -- Best wishes, Kevin Wu

Re: How to automatically run some test when check-in

2010-06-12 Thread Kevin Wu
umber created by the commit On Sat, Jun 12, 2010 at 12:07 PM, Les Mikesell wrote: > Kevin Wu wrote: > >> Hi, >> >> I am new to svn. >> >> I want that every time someone checks in his or her code, the sever can >> invoke some tests, which might run on anoth

How to automatically run some test when check-in

2010-06-11 Thread Kevin Wu
Hi, I am new to svn. I want that every time someone checks in his or her code, the sever can invoke some tests, which might run on another server. The svn sever only invokes the tests; it doesn't run them. Is svn capable of doing this? -- Best wishes, Kevin Wu