Re: [PATCH] Handle the expected_is_regexp case in display_lines

2010-07-28 Thread Ramkumar Ramachandra
Hi, Ramkumar Ramachandra writes: [[[ Followup r979295 to handle the expected_is_regexp case in display_lines. * subversion/tests/cmdline/svntest/verify.py (display_lines): When expected is a string and not a list (in the expected_in_regexp case), put it in a one-member list, and don't

Re: [PATCH] Add copy-and-modify test to svnrdump

2010-07-28 Thread Ramkumar Ramachandra
Hi, Ramkumar Ramachandra writes: [[[ svnrdump: Add new copy-and-modify test. * subversion/tests/cmdline/svnrdump_tests_data/copy-and-modify.dump: Add a new testdata to be used by the copy_and_modify test in svnrdump. Taken originally from svnsync_test_data/ and converted to dumpfile

How to create a branch/tag using the SVN API?

2010-07-28 Thread Jochen Hebbrecht
Hi, I'm currently trying to create a branch/tag through the SVN API - PHP. This is my code: ?php // CLIENT INFO echo svn_client_version(); // CREATING BRANCH/TAG $svn_repos = svn_repos_open(##PATH_TO_REPO##); $svn_fs = svn_repos_fs($svn_repos); $svn_tx = svn_fs_begin_txn2($svn_fs,

RE: How to create a branch/tag using the SVN API?

2010-07-28 Thread Bert Huijben
-Original Message- From: Jochen Hebbrecht [mailto:joc...@pipa.be] Sent: woensdag 28 juli 2010 10:14 To: dev@subversion.apache.org Subject: How to create a branch/tag using the SVN API? Hi, I'm currently trying to create a branch/tag through the SVN API - PHP. This is my

Re: How to create a branch/tag using the SVN API?

2010-07-28 Thread Jochen Hebbrecht
On 07/28/2010 11:08 AM, Bert Huijben wrote: I would use the svn_client_copyX() command to just copy the urls you need. Seems like a much easier way to handle it, then to reproduce all the behavior myself. The error you see is that you can only copy from explicit (historic) locations, so I

GSoC Progress report

2010-07-28 Thread Daniel Näslund
Hi! Property diffs === * We can create parseable prop patches * We can parse property patches * We can match property patches * We can write patched properties to tmp files * We can install those prop changes to files and dirs (not the wc-root dir yet) Todo -- * Decide on how we

Re: svn commit: r979429 - /subversion/trunk/subversion/libsvn_ra_serf/update.c

2010-07-28 Thread Julian Foad
On Mon, 2010-07-26, rhuij...@apache.org wrote: Author: rhuijben Log: Enhance the detection of working copy corruptions for users of ra_serf, by passing a checksum to close_file(). This was in an attempt to fix copy_tests.py 89 on ra_serf, but it seems that the XPass of this test is caused by

Re: How to create a branch/tag using the SVN API?

2010-07-28 Thread C. Michael Pilato
On 07/28/2010 04:13 AM, Jochen Hebbrecht wrote: Hi, I'm currently trying to create a branch/tag through the SVN API - PHP. This is my code: ?php // CLIENT INFO echo svn_client_version(); // CREATING BRANCH/TAG $svn_repos = svn_repos_open(##PATH_TO_REPO##); $svn_fs =

Re: How to create a branch/tag using the SVN API?

2010-07-28 Thread Jochen Hebbrecht
On 07/28/2010 02:52 PM, C. Michael Pilato wrote: Yes, you're trying to use a mutable tree (one based on a txn_root) as the source of a copy, which is disallowed. For the *source* root, you need to use svn_fs_revision_root(). (Keep doing as you are above, though, for the copy target root.)

Re: FSFS error in DAV MERGE - Can't open file 'db/transactions/props'

2010-07-28 Thread Julian Foad
On Thu, 2010-07-15, C. Michael Pilato wrote: On 06/22/2010 08:57 AM, Julian Foad wrote: Here are some Apache access log entries from one occurrence, with paths anonymized and the client Id string (always SVN/1.6.6 (r40053) neon/0.28.3) omitted for brevity: [[[ 127.0.0.1 - UserK

RE: svn commit: r980046 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

2010-07-28 Thread Julian Foad
-Original Message- From: julianf...@apache.org [mailto:julianf...@apache.org] Sent: woensdag 28 juli 2010 15:18 To: comm...@subversion.apache.org Subject: svn commit: r980046 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c Author: julianfoad Date: Wed Jul 28 13:18:28 2010

RE: svn commit: r980046 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

2010-07-28 Thread Bert Huijben
I wrote this mail, but I accidentally added a wrong header... (I can point a finger at my client, but I probably did it myself) Bert -Original Message- From: Bert Huijben [mailto:b...@qqmail.nl] On Behalf Of Julian Foad Sent: woensdag 28 juli 2010 15:42 To:

Re: GSoC Progress report

2010-07-28 Thread Stefan Sperling
On Wed, Jul 28, 2010 at 12:06:11PM +0200, Daniel Näslund wrote: Hi! Property diffs === * We can create parseable prop patches * We can parse property patches * We can match property patches * We can write patched properties to tmp files * We can install those prop changes to

Re: [PATCH] svn patch --add-to-cl

2010-07-28 Thread Julian Foad
On Sat, 2010-07-24, Daniel Shahaf wrote: I've drilled a changelist into 'svn patch'. [[[ 0:% $svn st subversion 0:% $svn patch ../diffs/svn-patch-add_to_cl.diff --add-to-cl cl A [cl] subversion/tests/libsvn_client/client-test.c U subversion/tests/libsvn_client/client-test.c [...]

RE: [PATCH] svn patch --add-to-cl

2010-07-28 Thread Bert Huijben
-Original Message- From: Julian Foad [mailto:julian.f...@wandisco.com] Sent: woensdag 28 juli 2010 16:38 To: Daniel Shahaf Cc: dev@subversion.apache.org Subject: Re: [PATCH] svn patch --add-to-cl On Sat, 2010-07-24, Daniel Shahaf wrote: I've drilled a changelist into 'svn

Re: svn commit: r980046 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

2010-07-28 Thread Blair Zajac
On 07/28/2010 06:18 AM, julianf...@apache.org wrote: Author: julianfoad Date: Wed Jul 28 13:18:28 2010 New Revision: 980046 URL: http://svn.apache.org/viewvc?rev=980046view=rev Log: Add assertions in FSFS to trap an internal error that is believed to have occurred in real life. Julian,

Re: [PATCH] svn patch --add-to-cl

2010-07-28 Thread Daniel Shahaf
Julian Foad wrote on Wed, Jul 28, 2010 at 15:38:01 +0100: On Sat, 2010-07-24, Daniel Shahaf wrote: I've drilled a changelist into 'svn patch'. [[[ 0:% $svn st subversion 0:% $svn patch ../diffs/svn-patch-add_to_cl.diff --add-to-cl cl A [cl]

Re: How to create a branch/tag using the SVN API?

2010-07-28 Thread Daniel Shahaf
Jochen Hebbrecht wrote on Wed, Jul 28, 2010 at 11:55:38 +0200: Thanks for your answer. Unfortunately, the SVN API (http://php.net/manual/en/book.svn.php) doesn't have a svn_client_copyX() command :-( ... I saw this on users@ a few months ago. And I think the fix is to make the PHP svn

Re: svn commit: r980046 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

2010-07-28 Thread Daniel Shahaf
Either Bert Huijben or Julian Foad wrote on Wed, Jul 28, 2010 at 15:41:35 +0200: -Original Message- From: julianf...@apache.org [mailto:julianf...@apache.org] Sent: woensdag 28 juli 2010 15:18 To: comm...@subversion.apache.org Subject: svn commit: r980046 -

Re: GSoC Progress report

2010-07-28 Thread Daniel Shahaf
Stefan Sperling wrote on Wed, Jul 28, 2010 at 16:05:49 +0200: But there's no harm in making svn patch interpret existing move information in git diffs. We can carry out a corresponding copy + delete. We won't be generating move git diff headers ourselves, but we should be interoperable with

Re: [PATCH] Invoke 'store password' prompt for all commands requiring authentication

2010-07-28 Thread Hyrum K. Wright
Does this need to be fixed for serf too? -Hyrum On Wed, Jul 28, 2010 at 12:52 PM, Kannan R kann...@collab.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 07 October 2009 04:17 PM, Kannan wrote: Stefan Sperling wrote: Does this patch fix this case, too? [..] /me

This is fun.

2010-07-28 Thread Hyrum K. Wright
Forgive my rambling. Over the past few months, I've noticed something: Subversion development is fun again. I don't know if it's the fact that we're all working hard on a difficult problem, or that the code is changing rapidly, that we've got some new blood in the project, or simply that we're

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

2010-07-28 Thread Greg Stein
On Wed, Jul 28, 2010 at 16:30, rhuij...@apache.org wrote: Author: rhuijben Date: Wed Jul 28 20:30:48 2010 New Revision: 980196 URL: http://svn.apache.org/viewvc?rev=980196view=rev Log: Use SVN_WC__SINGLE_DB as check for sharding pristines instead of SVN__SKIP_SUBDIR. The single DB format

Requesting a New Feature

2010-07-28 Thread Elango Subramanian
Quiet a lot of users have reported that they would like to have a flag in svn update that allows them to update several sub directories in one command (when using sparse checkout), for example: a command like this svn up a\b\c\d will bring folder d with its content, and its parents.

RE: Requesting a New Feature

2010-07-28 Thread Bob Archer
Quiet a lot of users have reported that they would like to have a flag in svn update that allows them to update several sub directories in one command (when using sparse checkout), for example: a command like this svn up a\b\c\d will bring folder d with its content, and its parents.

1.7 Release Plan

2010-07-28 Thread Hyrum K. Wright
This is a draft of the release plan for 1.7. I figure it's important to document this somewhere other than my grey cells. Release types === The following define the various types of releases reference throughout this plan, in order of increasing stability. While there is no requirement

Re: 1.7 Release Plan

2010-07-28 Thread Talden
It looks like we might be fairly close to having on-disk formats stabilized, and hence rolling alphas.  Prereleases may be fairly prolific, since I want to work the bugs out of the transition to ASF distribution infrastructure, and get fixes into the hands of users rapidly. I'm very

Re: 1.7 Release Plan

2010-07-28 Thread Hyrum K. Wright
On Wed, Jul 28, 2010 at 6:28 PM, Talden tal...@gmail.com wrote: It looks like we might be fairly close to having on-disk formats stabilized, and hence rolling alphas.  Prereleases may be fairly prolific, since I want to work the bugs out of the transition to ASF distribution infrastructure,

Re: 1.7 Release Plan

2010-07-28 Thread Gavin Beau Baumanis
Hi Hyrum, et al, I am just shooting from the hip But I seem to remember a previous discussion that went along the lines of pre-building development environments. I thought - the plan was to use the deps collection and supply a (insert compiler brand / version here) configuration file. As

Re: Requesting a New Feature

2010-07-28 Thread Daniel Shahaf
I assumed the request was to pull in a/b/c/d to a wc that doesn't have it yet... in which case I have to assume the OP (Elango) meant '--set-depth=empty'. (it's not an unreasonable feature idea IMO) Bob Archer wrote on Wed, Jul 28, 2010 at 17:33:04 -0400: Quiet a lot of users have reported