similar to: [nut-commits] svn commit r2620 - trunk/drivers

Displaying 20 results from an estimated 800 matches similar to: "[nut-commits] svn commit r2620 - trunk/drivers"

2015 Jul 29
0
[LLVMdev] Request: Changing commit message in llvm trunk
On Tue, Jul 28, 2015 at 10:42 AM, Martell Malone <martellmalone at gmail.com> wrote: > Hi > > I'm trying to change a commit message that became malformed when pushing > to trunk > > svn propedit svn:log --revprop -r 243434 >> svn: E175002: DAV request failed; it's possible that the repository's >> pre-revprop-change hook either failed or is
2015 Jul 28
4
[LLVMdev] Request: Changing commit message in llvm trunk
Hi I'm trying to change a commit message that became malformed when pushing to trunk svn propedit svn:log --revprop -r 243434 > svn: E175002: DAV request failed; it's possible that the repository's > pre-revprop-change hook either failed or is non-existent > svn: E175002: Repository has not been enabled to accept revision > propchanges; > ask the administrator to
2015 Jul 29
2
[LLVMdev] Request: Changing commit message in llvm trunk
Thanks for all the feedback guys So rather than speculating about what could and might not break. I am going to test all these different scenarios by creating my own svn server, svn mirror and git mirror etc I'll get back to you all with details on what breaks and what doesn't soon with changing the commit msgs Many Thanks Martell On Wed, Jul 29, 2015 at 7:01 AM, Sean Silva
2010 Aug 28
0
[nut-commits] svn commit r2504 - in branches/AsciiDoc/docs: . website
FYI, I've fixed the below error in the log, directly on the server. The "pre-revprop-change" hook is not in place, so "svn propedit / propset" do not work. 2010/8/28 Arnaud Quette > Author: aquette > Date: Sat Aug 28 00:23:05 2010 > New Revision: 2504 > URL: http://trac.networkupstools.org/projects/nut/changeset/2504 > > Log: > Fix page titles for
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?
2009 May 15
0
Subversion causing Apache to hog memory
Hello: I posted this to the subversion list yesterday and have not received a reponse. I am hoping someone on this list will be able to help me. I have a CentOS 5 server running subversion 1.5.6-0.2.el5.rf installed using yum from the rpmforge repository. I am using svnsync to mirror from another repository to the local machine. It is called from a cron job every 5 minutes. After a few days
2011 May 15
0
rsync client and server processes, all hanging in read_timeout()
I'm backing my Ubuntu server up to an HFS+ case-sensitive volume on our iMac using the below rsync command and it hangs at the end. Compiling rsync 3.0.8 by hand with CFLAGS=-g on both systems shows that all rsync processes are in read_timeout(). $ rsync \ --delete-delay \ -P \ -v \ -A \ -X \ --fake-super \ -aH \ --numeric-ids \ --exclude '/dev' \
2007 Feb 18
2
help with an error with tinymce (installation)
hi, i''m trying to install tinymce following the wiki, so i''ve done svn propedit svn:externals vendor/plugins into the tmp saved tiny_mce <a href="https://secure.near-time.com/svn/plugins/trunk/tiny_mce">https://secure.near-time.com/svn/plugins/trunk/tiny_mce</a> but it say this $ svn propedit svn:externals vendor/plugins svn: Error parsing svn:externals
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
2005 Jan 06
0
svn trac rss borked?
http://dev.rubyonrails.org/trac.cgi/timeline?daysback=90&max=50&format=rss&changeset=on is playing up? All the articles point to: http://dev.rubyonrails.org/trac.cgi/changeset/<revision_number> which doesn''t detail the change. Thinking about it, that''s more likely a website issue, I suppose.... -- ''Everybody''s a jerk. You, me, this
2006 Mar 13
9
Subversion problem - since you guys talked me into it :)
Following the advice here I''ve been trying to get subversion installed and working from my virtual dedicated server this weekend. I believe everything is installed properly, and that all that''s left is to get the apache httpd.conf file set up correctly. to talk to my server with my client I''m using the path: http://svn.mylittlecorneroftheinternet.com/svn/repos/ error
2005 Dec 22
3
getting onto edge rails
Following directions from the wiki, I first tried to use svn:externals $ svn propedit svn:externals vendor svn: ''.'' is not a working copy and got that error. I then checked out the trunk into my /vendor folder. How do I install from this source? The only install directions I can find use gem. Thanks for your help with either problem. -Mike
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
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.
2007 Jul 18
0
[LLVMdev] Dumping SVN Repository
No, you can't generate a dump file from only a certain path in the repository, but each revision is a global (IE whole-repo) revision, even if we hide this well :) On 7/18/07, Bill Wendling <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
2007 Jul 19
1
[LLVMdev] Dumping SVN Repository
Hmm...okay. This poses a bit of a problem. The repository has a lot of other stuff in it. This begs the question, are we mega interested in the repository history of LLVM-GCC 4.0? If not, then we can just shove it into the normal repository without worrying about it. If we are, then... -bw On Jul 18, 2007, at 3:02 PM, Daniel Berlin wrote: > No, you can't generate a dump file from
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
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,
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
2011 Dec 14
1
Still plugging away at the repo conversion
This is taking longer than I expected, because there is all kinds of cvs2svn-generated ugliness in your back history that tends to crash my tools. Your repo makes a great test case. (Yes, I know, that's like having someone say "Your dog is fantastically ugly!") Current state of things is that I have scrapped my precious approach, which was to put the Subversion tools in a Python