Fwd: The built in SVN keywords format are not modifiable.

2010-06-01 Thread Zoltan Fustos
Is this a good email address? Could you help? -- Forwarded message -- From: Zoltan Fustos Date: 27 May 2010 12:51 Subject: The built in keywords format are not modifiable. To: feedb...@tigris.org Dear SVN developers, During the last 1 year we used SVN in our IT projects. This

Re: Fwd: The built in SVN keywords format are not modifiable.

2010-06-01 Thread Stefan Sperling
On Tue, Jun 01, 2010 at 08:59:32AM +0200, Zoltan Fustos wrote: > Is this a good email address? Could you help? Hi Zoltan, this is already tracked as issue #890: http://subversion.tigris.org/issues/show_bug.cgi?id=890 It is a very popular issue, but nonetheless it's not solved yet. You can add yo

Re: Fwd: The built in SVN keywords format are not modifiable.

2010-06-01 Thread Zoltan Fustos
Thanks for your quick answer! On 1 June 2010 12:11, Stefan Sperling wrote: > On Tue, Jun 01, 2010 at 08:59:32AM +0200, Zoltan Fustos wrote: > > Is this a good email address? Could you help? > > Hi Zoltan, > > this is already tracked as issue #890: > http://subversion.tigris.org/issues/show_bug.c

Re: svn commit: r949964 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

2010-06-01 Thread Hyrum K. Wright
On Tue, Jun 1, 2010 at 4:33 AM, wrote: > Author: philip > Date: Tue Jun 1 08:33:08 2010 > New Revision: 949964 > > URL: http://svn.apache.org/viewvc?rev=949964&view=rev > Log: > * subversion/libsvn_wc/wc_db.c > (temp_cross_db_copy): Bind all the parameters when copying the > ACTUAL_NODE, use

Re: svn commit: r949964 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

2010-06-01 Thread Philip Martin
"Hyrum K. Wright" writes: >> scratch_pool); >> - const char *properties = svn_sqlite__column_text(stmt, 6, >> scratch_pool); >> + apr_size_t props_size; >> + const char *properties = svn_sqlite__column_blob(stmt, 6, >> &props_size, >> +

Re: The buildbot master has been moved to ASF infrastructure.

2010-06-01 Thread C. Michael Pilato
Lieven Govaerts wrote: > Hi, > > > last week, Gavin McDonald from the ASF infrastructure team integrated > the configuration of our buildbot master in the ASF buildbot master. > From now on the operational support of the *master* will be handled by > the infrastructure team (builds at apache.org)

Re: Artifacts for Subversion

2010-06-01 Thread Fyodor Sheremetyev
FYI. We decided to change the product name to "Artifacts for Web". Fyodor On Mon, May 31, 2010 at 12:57 PM, Gav... wrote: > Replied offlist. > > Gav... > > >> -Original Message- >> From: Fyodor Sheremetyev [mailto:fyo...@versioned.com] >> Sent: Monday, 31 May 2010 6:29 PM >> To: Subversi

Re: Artifacts for Subversion

2010-06-01 Thread C. Michael Pilato
Sorry you failed to get an answer, Fyodor. The Subversion name and logo usage guidelines were previously controlled by the Subversion Corporation, but now that ownership of the registered marks have been transferred to the Apache Software Foundation, I confess that I'm not entirely clear what body

Re: Rename tracking - client side

2010-06-01 Thread C. Michael Pilato
Julian Foad wrote: > I (Julian Foad) wrote: >> [...] I've just discovered issue #3630 "Rename tracking" and >> its dependants, and will read them. I think "Rename tracking" is a good >> name. [...] > > I made a start on documenting what's needed for the client side of > rename tracking (issue #36

Re: Ideas for handling copies/moves in 'svn diff'

2010-06-01 Thread Daniel Näslund
On Sun, May 30, 2010 at 11:16:55AM +0200, Stefan Sperling wrote: > On Sat, May 29, 2010 at 02:34:06PM +0200, Daniel Näslund wrote: > > Problem 1 > > == > > We're processing the delete-half instead of the add-half for a > > copy/move. At present, copy/move add-half is not shown by 'svn d