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'(or URL,making no differenc

Subversion upgrade from 1.5 to 1.6

2010-06-24 Thread abhinav.chandra
Hi, We are currently using Subversion 1.5.2 and want to upgrade to Subversion 1.6.6. Upon going through subversion documentation, we found that there can be two ways of doing this: 1. Installing a new Subversion 1.6.6 instance and simply upgrading all the repositories via the svnadmin upgrade

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

2010-06-24 Thread Kevin Wu
I get the following message when executing svn propget: Error validating server certificate for 'trunk'(or URL,making no difference): - The certificate is not issued by a trusted authority. Use the fingerprint to validate the certificate manually! - The certificate hostname does not match. -

Re: .svn-revert files under .svn/prop-base directory ...

2010-06-24 Thread Daniel Becroft
On Fri, Jun 25, 2010 at 4:42 AM, wrote: > Thanks so much for your quick response. > > I'm not sure I understand what you're saying. :-(  When would a > file.svn-revert file be created for the "file" example below?  On a merge?  A > regular commit following modifications?  Does anything in the l

RE: .svn-revert files under .svn/prop-base directory ...

2010-06-24 Thread Ring_Nolan
Thanks so much for your quick response. I'm not sure I understand what you're saying. :-( When would a file.svn-revert file be created for the "file" example below? On a merge? A regular commit following modifications? Does anything in the logs distinguish these files? And would I expect

RE: .svn-revert files under .svn/prop-base directory ...

2010-06-24 Thread Bert Huijben
> -Original Message- > From: ring_no...@emc.com [mailto:ring_no...@emc.com] > Sent: donderdag 24 juni 2010 14:43 > To: users@subversion.apache.org > Subject: .svn-revert files under .svn/prop-base directory > ... > > All, > > I'm wondering under what circumstances does a .svn-revert > fil

Re: Setting Revprops before Revision is Created

2010-06-24 Thread Daniel Shahaf
David Weintraub wrote on Thu, 24 Jun 2010 at 19:52 -: > > David Weintraub wrote on Tue, 22 Jun 2010 at 14:40 -: > >> Thanks! > >> > >> That's all I have to know. It is possible to set revprops when doing a > >> commit, so I should have a mechanism to check for those when doing a > >> commit

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

2010-06-24 Thread David Weintraub
On Thu, Jun 24, 2010 at 12:53 PM, Kevin Wu wrote: > I was thinking of using the svn:author property. > > Is this feasible from the Hudson shell script? > > for example, > > svn propget svn:author [working copy path] --revprop -r$SVN_REVISIOIN Exactly! If you're going to use a shell script, it'll

Re: Setting Revprops before Revision is Created

2010-06-24 Thread Ryan Schmidt
On Jun 24, 2010, at 11:52, David Weintraub wrote: > Yes, you can set the revprops on a commit, but apparently you cannot > do a "svnlook -t $TX proplist --revprop $REPO". > > I keep getting the error "svnlook: Invalid revision number '-1'". This was a bug which was fixed in March: http://mail-

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

2010-06-24 Thread Kevin Wu
I was thinking of using the svn:author property. Is this feasible from the Hudson shell script? for example, svn propget svn:author [working copy path] --revprop -r$SVN_REVISIOIN On Fri, Jun 25, 2010 at 12:45 AM, David Weintraub wrote: > I think I misunderstood your earlier question. > > You

Re: Setting Revprops before Revision is Created

2010-06-24 Thread David Weintraub
> David Weintraub wrote on Tue, 22 Jun 2010 at 14:40 -: >> Thanks! >> >> That's all I have to know. It is possible to set revprops when doing a >> commit, so I should have a mechanism to check for those when doing a >> commit too. On Tue, Jun 22, 2010 at 10:38 AM, Daniel Shahaf wrote: > You'r

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

2010-06-24 Thread David Weintraub
I think I misunderstood your earlier question. You want to display the user who committed the code on the webpage for that particular build? Hudson currently doesn't do that. However, Hudson must know the name of the user who did the commit because Hudson will send that person an email when they

RE: svn fails to checkout

2010-06-24 Thread Bob Archer
> Since some time I have issues with svn > > I used tortoisesvn and at one point it stopped performing a > checkout or an update. > It would still commit however. > > Now I tried the same with command line svn and I get the same > issue. > > so commit works, but update or checkout both fail. >

svn fails to checkout

2010-06-24 Thread Diether De Coninck
Hi, Since some time I have issues with svn I used tortoisesvn and at one point it stopped performing a checkout or an update. It would still commit however. Now I tried the same with command line svn and I get the same issue. so commit works, but update or checkout both fail. Is there anything

Re: detect externals in script

2010-06-24 Thread Paul Dugas
For the archives... I ended up going the "svn stat | grep ^X" approach. It's a Perl script but I chose not to add the dependency on the SVN bindings and instead stick with built-in features. The recursive operation of "svn stat" means I only needed to run it once. Worked well. Thanks for the a

Exception in blame.c, line 487 encountered

2010-06-24 Thread Patrick Kursawe
Hi all, I just was asked to report a problem on this mailing list. I was trying to do a blame for a range of 5000-HEAD including merge info (using TortoiseSVN). In file 'D:\Development\SVN\Releases\TortoiseSVN-1.6.8\ext\subversion\subversion\libsvn_client\blame.c' line 487: assertion failed (f

.svn-revert files under .svn/prop-base directory ...

2010-06-24 Thread Ring_Nolan
All, I'm wondering under what circumstances does a .svn-revert file get created under the .svn/prop-base directory. Thanks Nolan Ring

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

2010-06-24 Thread Daniel Becroft
On Thu, Jun 24, 2010 at 1:36 PM, David Weintraub wrote: > On each and every Hudson build webpage is the Subversion repository > revision number. You can use that and "svn log" to see who did the > commit that triggered that build. Hudson also grabs the log information for the revisions on each up

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

2010-06-24 Thread Ryan Schmidt
On Jun 24, 2010, at 06:01, gr...@corona-bytes.net wrote: > You should look into the svn:keyword property > > http://svnbook.red-bean.com/en/1.4/svn.advanced.props.special.keywords.html It's called "svn:keywords" (not "svn:keyword"), and if we refer people to the Book, we should refer them to t

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

2010-06-24 Thread green
You should look into the svn:keyword property http://svnbook.red-bean.com/en/1.4/svn.advanced.props.special.keywords.html - Original Message - From: qazw...@gmail.com To: kevinwu@gmail.com Date: 24.06.2010 05:36:22 Subject: Re: How to find who commits the build and revision number?