Re: svnadmin failure on nearly identical system

2011-07-24 Thread Andy Canfield
On 07/22/2011 10:20 AM, Ryan Schmidt wrote: On Jul 21, 2011, at 22:09, Andy Canfield wrote: I have Ubuntu Linux 10.4 installed on my notebook computer named Lenny. I have the same system installed on my desktop computer named Athol (I had a lot of trouble getting that hardware to work). I

Re: Need for a local Subversion server?

2011-07-24 Thread Andreas Krey
On Sat, 23 Jul 2011 11:52:12 +, Stefan Sperling wrote: ... You can branch and merge locally in git, but all the git branches you create in the git repository cloned from svn usually map to one Subversion branch. If they don't then you need to add merges between branches to svn:mergeinfo

best strategy for long-living branches / reflective merges

2011-07-24 Thread Tino Schwarze
Hi there, I'm looking for a best practice for the following situation: We have several long-living product branches forked off a common trunk. They cannot closely follow trunk, that is, merging often from trunk is not an option. Bugfixes and some features need to be backported to trunk, though.

SVN 1.7

2011-07-24 Thread Mario Brandt
I installed SVN/1.7.0-beta2 using it over apache 2.3.12, also tried the alphas before. With none of it I'm able to use SVNParentPath. I'm gettin m:human-readable errcode=2 Could not open the requested SVN filesystem /m:human-readable the same error if that wouldn't be a repo instead of showing

copying subdirectories in subversion 1.7

2011-07-24 Thread Ryan Brothers
I just tried out the new Subversion 1.7 beta today and had a question regarding the new working copy format: With the Subversion 1.6 working copy format, since a .svn directory was in every directory, I would sometimes take advantage of the fact that a subdirectory could be copied out of a

Re: copying subdirectories in subversion 1.7

2011-07-24 Thread Daniel Shahaf
Ryan Brothers wrote on Sun, Jul 24, 2011 at 17:42:43 -0400: Is there a way to create a new top-level checkout of a subdirectory with the 1.7 working copy format? Just copying a dir isn't supported. (the plan has been to provide a new subcommand for that, but that won't happen before 1.8) You

Re: copying subdirectories in subversion 1.7

2011-07-24 Thread Ryan Schmidt
On Jul 24, 2011, at 16:57, Daniel Shahaf wrote: Ryan Brothers wrote on Sun, Jul 24, 2011 at 17:42:43 -0400: Is there a way to create a new top-level checkout of a subdirectory with the 1.7 working copy format? Just copying a dir isn't supported. It worked fine in 1.6.x and earlier. I too

Re: copying subdirectories in subversion 1.7

2011-07-24 Thread Stefan Sperling
On Sun, Jul 24, 2011 at 05:08:14PM -0500, Ryan Schmidt wrote: On Jul 24, 2011, at 16:57, Daniel Shahaf wrote: Ryan Brothers wrote on Sun, Jul 24, 2011 at 17:42:43 -0400: Is there a way to create a new top-level checkout of a subdirectory with the 1.7 working copy format? Just

Re: copying subdirectories in subversion 1.7

2011-07-24 Thread Daniel Shahaf
CC += dev@ Ryan Schmidt wrote on Sun, Jul 24, 2011 at 17:08:14 -0500: On Jul 24, 2011, at 16:57, Daniel Shahaf wrote: Ryan Brothers wrote on Sun, Jul 24, 2011 at 17:42:43 -0400: Is there a way to create a new top-level checkout of a subdirectory with the 1.7 working copy format?

is_wc function in svnmerge.py vs svn 1.7

2011-07-24 Thread Joel N. Weber II
https://svn.apache.org/repos/asf/subversion/trunk/contrib/client-side/svnmerge/svnmerge.py contains this function: def is_wc(dir): Check if a directory is a working copy. return os.path.isdir(os.path.join(dir, .svn)) or \ os.path.isdir(os.path.join(dir, _svn)) which needs to

1.7.x configure script should suggest running get-deps.sh when appropriate

2011-07-24 Thread Joel N. Weber II
At least in 1.7.0-beta2, if you run ./configure without the appropriate dependencies available, you get an error message like the below. It would be helpful if this message could be adjusted to recommend running ./get-deps.sh configure: Apache Portable Runtime (APR) library configuration

Re: get-deps.sh script will 404 on download of sqlite-amalgamation

2011-07-24 Thread Ryan Schmidt
On Jul 24, 2011, at 23:19, Rolf Kaiser wrote: I just tried to build subversion v1.6.17 from source (on CentOS 5.5). When I tried to run get-deps.sh it errors out since the SQLite-amalgamation download fails with a 404. On http://www.sqlite.org/download.html I see that it could download