Displaying 20 results from an estimated 200 matches similar to: "svn: Authorization failed"
2011 Aug 25
1
svnserve and SysVinit
Hello there and SFME.
Since el6 subversion package doesn't contain traditional SysV
demonization script
anymore I wonder how it is supposed to run svnserve from now on.
1) Should one write init script to be managed with service(8) on his own?
2) Or launch svnserve on demand via (x)inetd?
3) Or put svnserve command line in some rc-script?
4) Or maybe is ra_svn deployment scheme not supported
2009 Jan 23
1
svnserve with SASL on CentOS 5.2
Hello List.
I'm cross posting this from svn-users, as I'm not sure whether this is an CentOS specific issue. Perhaps someone here has an idea of what's going on?
-----------------------------
I got a fresh install of CentOS 5.2 x32, svnserve, version 1.5.5
(r34862), here is my svnserve.conf file
[general]
anon-access = none
auth-access = write
realm = isf
[sasl]
use-sasl = true
2011 Apr 25
0
Should svnserve run as root?
Now that the subversion package in CentOS is a usable version I've
replaced a Collabnet package with it. But, it seems odd that the
svnserve process runs as root instead of having a unique user to own the
files and run the process like most other daemons. Did I miss something
in the setup?
--
Les Mikesell
lesmikesell at gmail.com
2006 Apr 13
3
[OT] Is it safe to ''su'' to the right user ?
Hi !
I''m using daemontools[1] to manage a few processes on my Debian box.
Among other things, I use it to manage svnserve, because it uses less
memory than Apache.
My /service/svnserve/run looks like this:
#!/bin/sh
su svn -c "/usr/local/bin/svnserve --foreground --daemon --root /var/svn"
Is it safe for me to run like that ? If an attacker cracks svnserve,
what will they
2006 Jul 10
3
SVN+SSH
Hello Rails,
I am working on a web app and trying to integrate some source control
into our existing user and password base. I would like to use svnserve
if possible but most importantly I would like to have svnserve or the
(SVN server) use my cygwin accounts to access the files and manage my
source control. Is this possible? the thing I have mostly been looking
into is svn+ssh:// that
2011 Jul 15
1
svnserve with encryption on CentOS
Hello,
I've got a CentOS box that i'm wanting to set up svnserve on. I've
read much, and am confused. Does svnserve support data encryption and
also restricting users from specific repositories?
I'm thinking of a single repo structure under /var/svn-repos and I've
got two users user1 and user2, each should have access to their own
projects in this case user1 can access
2008 Dec 17
0
Missing Dependency subversion is needed by package subversion-ruby
Greets.
I''m currently trying to install GIT on an RHEL5 box. I''ve tried to
both build from source and install via yum. In both instances I
continue to receive the error message (full error stack at the end):
[code]Error: Missing Dependency: subversion = 1.4.2-2.el5 is needed by
package subversion-ruby[/code]
If I''m reading this correctly I''m seeing that svn
2009 Feb 08
1
yum update fails
Hi
I have a system that I'm trying to run `yum update` on. It fails with the
following error:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Check Error:
file /usr/share/man/man1/xdelta.1.gz from install of xdelta-1.1.4-1.el5.rf
conflicts with file from package xdelta-1.1.3-20
file /usr/share/emacs/site-lisp/psvn.el from install of
2008 Nov 12
1
SVN missing libexpat.so.0 while it is present
Hello,
Hopefully I am sending this to the correct mailing list but it seemed
best suited for troubleshooting :-)
I am trying to fix Subversion which isn't working for me on one of our
machines: every attempt to run 'svn ls' or 'svn co' ends in:
svnserve: error while loading shared libraries: libexpat.so.0: cannot
open shared object file: No such file or directory
Which is
2011 Feb 03
1
Problem with --link-dest from within subversion working copy
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I've just encountered an issue where using --link-dest from within a
Subversion working copy does not create hard links as intended.
The idea is to supply the build toolchain for an embedded software
development project to all users without having to force everybody to
check out the whole stuff. This way we have the toolchain under
2005 Apr 06
2
dovecot-sasl license
hi,
i talked to timo about re-licensing the sasl part of dovecot under a
more liberal license (bsd/lgpl e.g.). it would allow the integration of
it in bsd base systems. another reason i would be interested is adding
sasl support to svnserve [1].
so here is my question:
what is your oppinion about this issue?
any objections from contributors?
darix
[1] http://subversion.tigris.org/
--
irssi
2006 Mar 21
3
Switch...err Capistrano hangs
I''m having a little bit of difficulty deploying my app. I''ve run the
setup and it works with Cap, but when I try to deploy it hangs at
"querying latest revision". I can access my svn locally (I''m on a
windows xp sp2 machine) using SubClipse plugin, but not through the
command line though (yes, svn client is installed).
I''m pretty sure that
2010 Mar 13
5
inheriting ssh_authorized_key
Hello,
I''m trying to reuse an ssh_authorized_key, but I''m having some problems.
There was a recent thread about using the same key for different users, but
I didn''t see any resolution there. My issue is a bit different. I''m
currently using this key:
class ssh_keys::all {
class bob {
ssh_authorized_key {"bob":
name =>
2011 Aug 20
2
authorized_credentials patch.
Gives GSSAPI-MIC the same options capability currently provided for
public key logins by the AuthorizedKeysFile.
Uses krb5_principal_match() to support widcard matches.
Uses percent_expand() to expand tokens for:
credential USER[/INSTANCE]@REALM
homedir /home/user
username user
cred name USER
cred instance INSTANCE
cred realm REALM
My intended application:
# cat
2006 Mar 07
5
subversion help!
I created a subversion repository on my new vps and i''m trying to setup my
rails app there. However i keep getting this error:
subversion/libsvn_subr/io.c:2516: (apr_err=13)
svn: Can''t create directory ''/home/svnadmin/rapleaf/db/transactions/0-1.txn'':
Permission denied
How do i fix this? I know others have had this before, so i would
appreciate some help.
2005 Jul 20
0
Subversion server not working properly on dom0?
Hello all,
I recntly setup a dual CPU machine with Xen, running on a fresh build of
Gentoo. dom0 is Gentoo, as is the three domU''s on there. The intention
is to have a virtual development box, with a number of virtual servers
running different dev environments for each developer. That works lovely.
I installed subversion on dom0, with the intention of letting each
virtual server
2014 Mar 13
1
Are the "centos.org" AMIs in the EC2 marketplace "official"? locale breakage in 6.4 AMI
Hi all,
I've reviewed the mailing list archives and it looks like the
"centos.org" AMIs in the marketplace are
really official products of the centos project (whatever that means),
but I wanted to ask explicitly
to confirm.
Presuming yes, I've run into an odd problem with the 6.4 x86_64 AMI (not
updated).
with a few packages, files are not being properly created in
2006 Sep 24
2
RadRails with SVN: No commit option under team menu ???
I''ve created a new svn repository and am attempting to work with the
working copy in rad rails. I read through the help thinking ok just
click team > commit and it will commit....but....
THERE IS NO COMMIT under the team menu !!!
There is only apply patch, show local history and share project. To
access this menu i am right clicking on folders and files in the rails
navigator and
2006 May 19
2
Using Rails with Subversion
I followed the instructions at Hivelogic on Building Subversion (SVN) on Mac OS X and installed it
on my machine.
Now I am following the rubyonrails wiki on How to Use Rails With Subversion, it assumes that you
have already created a subversion repository. Could someone please point me in the right direction
for creating a subversion repository? Searching lead me to macdevcenter which seems to be
2010 Jan 12
3
I can't start the SVN server at the boot on CentOS
I have just installed an SVN server on a CentOS 5.4 machine.
how I can start the SVN server automatically at the boot of the machine.
Anas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100112/d7698e1c/attachment-0001.html>