search for: svnserve

Displaying 20 results from an estimated 32 matches for "svnserve".

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 min-encryption = 128 max-encryption = 256 and here is my /etc/sasl2/svn.conf file pwcheck_method: auxprop auxprop_plugin: sasldb sasldb_path: /svn/sassl m...
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 gain access to ? Since I su to s...
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 authenticates through SSH using my sshd. Does it just start a...
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.
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 in el6 at all and one should stick with Apache/mod_dav_svn?...
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 c...
2012 Sep 04
1
svn: Authorization failed
How do I set up a subversion repository so that svn can use an svnserve running locally? I own the repository. svnserve -d -r ... runs as me. svn mkdir -m 'make trunk' svn://localhost/redeye/trunk fails with svn: Authorization failed There is no request for credentials. Is anyone that can willing to share an example that works? I'm running CentOP 6.2 [he...
2005 Jul 20
0
Subversion server not working properly on dom0?
...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 (and other external boxes) use this as the code repository. I am using svnserve. Now, when I access the server from either the domU''s, or external machines, it sort of works a couple of times, then the svn clients simply hang. I restart svnserve with the same effect. I tried an svnserve on one of the domU''s, and it works perfectly! Now, is there a proble...
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
2009 Feb 08
1
yum update fails
...usr/share/man/man1/svnadmin.1.gz from install of subversion-1.5.5-0.1.el5.rf conflicts with file from package subversion-1.4.2-2.el5 file /usr/share/man/man1/svnlook.1.gz from install of subversion-1.5.5-0.1.el5.rf conflicts with file from package subversion-1.4.2-2.el5 file /usr/share/man/man5/svnserve.conf.5.gz from install of subversion-1.5.5-0.1.el5.rf conflicts with file from package subversion-1.4.2-2.el5 file /usr/share/man/man8/svnserve.8.gz from install of subversion-1.5.5-0.1.el5.rf conflicts with file from package subversion-1.4.2-2.el5 file /usr/share/xemacs/site-packages/lisp/psvn...
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 strange as the symlink is present in /lib/libexpat.so.0 (which points to /lib/libexpat.so.0.5.0) and /usr/lib/libexpat.so.0 - I even tried copying an identical libexpat.so.0....
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 - the client of the smart and beautiful people http://www.irssi.de/
2006 Mar 21
3
Switch...err Capistrano hangs
...line though (yes, svn client is installed). I''m pretty sure that it''s some sort of odd svn config that I need to make but I''ve poured over all the documentation at hand, and I''m out of ideas. I can create an svn tunnel using: svn+ssh://username@server.ip svnserve -t that works, but for some reason everything else hangs. Any ideas would be greatly appreciated. -- Posted with http://DevLists.com. Sign up and save your time!
2011 Feb 03
1
Problem with --link-dest from within subversion working copy
...uot; This creates some hard-linked files in the destination as expected. Now import both into some subversion repository and rerun the above from their checkouts: 4) svnadmin create /some/other/dir/hello. 5) sed -i 's%# anon-access = read%anon_access = write%' /some/other/dir/hello/conf/svnserve.conf 6) svnserve -r /some/other/dir -d 7) Checkout, create import and tags directories and switch to import: - cd ~ - svn co svn://localhost/hello - cd hello - mkdir import tags - svn add * - svn commit -m "" - svn switch svn://localhost/hello/import 8) Go back to the hel...
2010 Mar 13
5
inheriting ssh_authorized_key
...} } } I''m trying to use this same key for authorization using svn, overriding user and options like so: class repobob inherits ssh_keys::all::bob { Ssh_authorized_key[bob] { user => "repo", options => "command=\"svnserve -t --tunnel-user=bob\"", } } include repobob When I include the repopbob, oddly enough, the options for the key in /root/.ssh/authorized_keys change, and no key is added to the repo user. This seems like an appropriate use, but maybe I''m doing something wrong....
2014 Mar 13
1
Are the "centos.org" AMIs in the EC2 marketplace "official"? locale breakage in 6.4 AMI
...14:03 subversion.mo Uninstalling and reinstalling the RPM doesn't help. There are no crazy install scripts, either. [root at dns-east svn]# rpm -qp --scripts ../subversion-1.6.11-10.el6_5.x86_64.rpm postinstall scriptlet (using /bin/sh): # Register the snvserve service /sbin/chkconfig --add svnserve 2>&1 /sbin/ldconfig preuninstall scriptlet (using /bin/sh): if [ $1 = 0 ]; then /sbin/service svnserve stop > /dev/null 2>&1 || : /sbin/chkconfig --del svnserve > /dev/null 2>&1 || : fi postuninstall program: /sbin/ldconfig [root at dns-east svn]# -- Dan Prit...
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
2011 Aug 20
2
authorized_credentials patch.
..._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 ~svn/.ssh/authorized_credentials command="/usr/bin/svnserve -t -r /var/svn/ --tunnel-user=%n" */svn@%r Enjoy. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: openssh-authorized_credentials.patch URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20110820/b79fff3f/attachment-0...
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>