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
> downlo
Hello-
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 a zipfile at
http://www.sqlite.org/sqlite-amalga
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
checkin
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
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 form
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?
> >
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.
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
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 che
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
Could not open the requested SVN filesystem
the same error if that wouldn't be a repo instead of showing the list of repos.
my config
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. W
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
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 h
13 matches
Mail list logo