Hi all,
I tried to update subversion to 1.8.10 on a freshly installed CentOS 6.5 and
noticed that an attempt to use Perl bindings has failed due to an undefined
symbol in the libsvn_swig_perl library: svn_swig_pl_get_current_pool
$ readelf -Ws /tmp/usr/lib64/libsvn_swig_perl-1.so.0 | grep svn_s
On 10 Sep 2014 20:06, "James" wrote:
>
> My svnserve is running on Fedora and I can access (checkout, update, ..)
with svn://repository/.. without any issue from local machine and another
machine.
>
> I also setup user/password access control. It works great. Now I am
trying to add path-based acce
Ok, I found what wrong with my authz file's settings after read the svnbook
carefully again.
Now there is only one thing still doesn't work for me: deny the access of a
subdirectory:
by follow the example in the svnbook, I have the following setting:
#---
[/]
superuser = rw
#*
My svnserve is running on Fedora and I can access (checkout, update, ..) with
svn://repository/.. without any issue from local machine and another machine.
I also setup user/password access control. It works great. Now I am trying to
add path-based access control on top of it.
I enabled the "au
On Wed, Sep 10, 2014 at 10:56:42AM +, Andreas Tscharner wrote:
>
> [snip]
> > Just wondering if anyone may have an idea how my repository
> > got so buggered up. I tried to merge a branch to the trunk
> > and received 49 conflicts. 2 are files that do not need to
> > be tracked so that le
[snip]
> Just wondering if anyone may have an idea how my repository
> got so buggered up. I tried to merge a branch to the trunk
> and received 49 conflicts. 2 are files that do not need to
> be tracked so that leaves 47. Out of the 47 there are two
> problems, local add, incoming add upon
On Tue, Sep 09, 2014 at 06:48:31PM +, John Maher wrote:
> Hello
>
> Just wondering if anyone may have an idea how my repository got so buggered
> up. I tried to merge a branch to the trunk and received 49 conflicts. 2 are
> files that do not need to be tracked so that leaves 47. Out of th