search for: svnadmin

Displaying 20 results from an estimated 35 matches for "svnadmin".

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. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060307/4...
2007 Nov 09
6
backups and md5 all in one while splitting
I'm trying to back up our svn repositories, and I found a nice little backup command line bzip's the backup and creates the md5 hash all in one: svnadmin dump --deltas /repo |bzip2 |tee dump.bz2 | md5sum >dump.md5 The problem is I need to split the backups, so this doesn't really work. Is there perhaps another way of piping things to allow for splitting of the backups? Currently I'm doing something like this svnadmin dump --deltas /...
2006 Mar 13
9
Subversion problem - since you guys talked me into it :)
...s </Directory> ErrorLog /home/corner/logs/errors.txt LogLevel notice TransferLog /home/corner/logs/access.txt </VirtualHost> <VirtualHost *:80> ServerName svn.mylittlecorneroftheinternet.com <Location /svn> DAV svn SVNParentPath /home/svnadmin/svn AuthType Basic AuthName "Subversion repository" AuthUserFile /home/svnadmin/svn-auth-file Require valid-user </Location> </VirtualHost> <VirtualHost *:80> ServerName www.yadda yadda yadda.net ... and so on for three other domains...
2007 Jul 18
2
[LLVMdev] Dumping SVN Repository
Hi all, I'm trying to dump the llvm-gcc repository so that it can be loaded into the llvm.org repository instead of the mirror. However, I need a specific URL in that repository, not the whole repository itself. If I use svnadmin, I can't use the URL. It requires a PATH to the repository. Does anyone know of a way to do this? -bw
2009 Nov 13
3
Rescuing svn repo from *IDIOTS*
Hello, A moron has checked in a DVD iso into subversion. How can I undo the damage, and make the repo a sensible size again? Also, is there a cunning way to get subversion to say: "Oi! Moron! This file is huge, you can't check it in!" ? S.
2009 Mar 18
1
permission for wiki editing
Dear Admin, I would likr to edit following article: http://wiki.centos.org/HowTos/Subversion . There is a flaw in the mentioned steps as follows- mismatch in SVNPath (Section: 2b), the repository created using svnadmin (Section: 2c), and svn import path (Section: 3b). Username: ShantanuPavgi. Please do the needful. Thank you. - Shantanu. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20090318/ef312051/attachment-0004....
2006 Jan 26
1
SubVersion on CentOS 4.2
I am new to linux based version control systems and am setting up a new project in Rails which will use SubVersion. I set up a repository for this project in a directory called /var/spool/svn and ran svnadmin create etc. I did all this while su'ed to root, however all programming will be done by non-privileged users. To provide for this I created a group called "svn", added the np userids to that secondary group and chgrp'ed the svn repository to have the guid set to "svn&qu...
2007 Jul 18
0
[LLVMdev] Dumping SVN Repository
...endling <isanbard at gmail.com> wrote: > Hi all, > > I'm trying to dump the llvm-gcc repository so that it can be loaded > into the llvm.org repository instead of the mirror. However, I need a > specific URL in that repository, not the whole repository itself. If I > use svnadmin, I can't use the URL. It requires a PATH to the > repository. > > Does anyone know of a way to do this? > > -bw > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs....
2007 Jul 19
1
[LLVMdev] Dumping SVN Repository
...t; wrote: >> Hi all, >> >> I'm trying to dump the llvm-gcc repository so that it can be loaded >> into the llvm.org repository instead of the mirror. However, I need a >> specific URL in that repository, not the whole repository itself. >> If I >> use svnadmin, I can't use the URL. It requires a PATH to the >> repository. >> >> Does anyone know of a way to do this? >> >> -bw >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.c...
2015 Jan 29
2
[LLVMdev] Should llvm include a linker?
I've been thinking about how easy it would be to integrate lld into the main llvm repo: 1) Preserve history with: `svnadmin load --parent-dir tools/lld . < lld.dump` 2) Move lld's target-specific libraries up to `lib/Target`, and remaining libraries up to `lib`. 3) Move everything from the lld namespace to the llvm namespace. But would it be valuable? I'd think that non-C, llvm-based compilers like GHC or R...
2009 Feb 08
1
yum update fails
...e /usr/share/emacs/site-lisp/psvn.el 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/svn.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/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 ins...
2011 Dec 14
1
Still plugging away at the repo conversion
...h was to put the Subversion tools in a Python harness and replay the repo history. The problem with this is that it was hideously slow - your 3.3K commits took over 8 hours to process. I'm now working on a parser for Subversion dumpfiles. This approach - use svnsync to grab the history, use svnadmin dump to turn it into a dumpfile, reposurgeon interprets the dumpfile - is much, *much* faster. A full read takes about 10 minutes. Unfortunately, though my parser works fine on a dozen test repos, it crashes during postprocessing on yours. Weird combinations of stream operations and Unicode in t...
2007 Mar 08
1
cant fully capture child output
...ithin do_work... def backup(repo) logger.info(''SvnWorker backup repo ''+repo) tmp = [] my_project = DIRS[:project_repos] + "/#{repo}" dummyfile = ''backuptmp'' temp_file = "#{DIRS[:backups]}/#{dummyfile}" svn_cmd = "svnadmin dump #{my_project} | gzip -9 > #{temp_file}" tmp << "piping to tmp" results[:txt] = tmp ### i dont get the output between here ### readme, writeme = IO.pipe pid = fork { # child $stdout = writeme readme.close exec(svn_cmd) }...
2011 Mar 11
1
Unintuitive backwards-incompatible behaviour with rsync -a --link-dest --size-only
I use rsync to backup my system, using a command-line such as the following: > rsync [src] [dst] -a --link-dest --size-only In this case, [src] is produced by a command that makes no attempt to preserve timestamps ("svnadmin hotcopy", in this case). That's why I use --size-only. Here's the rub: identical files aren't hard-linked like I expect them to be. They're full copies. And the reason is that the timestamps are different (I've tested that in various ways, and am able to produce correctly...
2006 May 03
8
Subversion and tmp directory in Rails 1.1 project
Hello everyone! I''m thinking of the right way to store tmp/ directory of Rails 1.1 project in Subversion. It has cache, session and sockets subdirectories. To me, it looks good to have svn delete tmp/* svn propset svn:ignore "*" tmp So it will ignore all directories and files in tmp/. Even if you create sessions/ and put some files in it, tmp/ content is still ignored. But
2011 Aug 29
2
[LLVMdev] svnsync of llvm tree
...checkouts > put a lot of stress on the server. While I agree bootstrapping a new mirror from scratch is time and resource consuming, this can be largely avoided by making a seed of the svn tree available. (Basically, I think that looks like a compressed tar file of the svn repository.) Or, a svnadmin dump of the repo could be made available for the adventurous. I was under the impression that the overhead to synsync a mirror of a complete svn repository wasn't too great. svnsync keeps track of the last revision in a repo that it has successfully fetched, and after that, will only ever req...
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 Feb 03
1
Problem with --link-dest from within subversion working copy
..._2.5" 3) cd into ../hello-2.6 and run "rsync -ac --delete - --link-dest=../HELLO_2.5 ./* [remote:]/some/dir1/HELLO_2.6" 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...
2009 Oct 11
3
SVN hell!
...equire SSL connection for password protection. # SSLRequireSSL AuthType Basic AuthName "SVN 1" AuthUserFile /etc/svn/svn-auth-conf Require valid-user </LimitExcept> </Location> After, i did: ============= mkdir -p //var/www/svn/applitv svnadmin create /var/www/svn/applitv svn mkdir file://localhost/var/www/svn/applitv/trunk -m "create" svn mkdir file://localhost/var/www/svn/applitv/branches -m "create" svn mkdir file://localhost/var/www/svn/applitv/tags -m "create" chown -R apache:apache /var/www/svn Finall...
2018 Mar 17
1
Local svn strategy for future LLVM release updates
...ny rebased trees and finding a particular change/check-in will require knowledge of which base a change was made. I don’t know of any good alternatives. thanks Doug For completeness, I’ve included specific svn commands for starting with a LLVM 6.0 release and later upgrading to LLVM 7.0 below. svnadmin create repos svn mkdir file://`pwd`/repos/llvm<file:///%60pwd%60/repos/llvm> svn mkdir file://`pwd`/repos/llvm/trunk<file:///%60pwd%60/repos/llvm/trunk> svn mkdir file://`pwd`/repos/llvm/branches<file:///%60pwd%60/repos/llvm/branches> svn export http://llvm.org/svn/llvm-project/...