search for: revprops

Displaying 10 results from an estimated 10 matches for "revprops".

Did you mean: revprop
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
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
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' \
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
2015 Jul 29
3
[LLVMdev] Request: Changing commit message in llvm trunk
Anton Korobeynikov wrote: >> It could be very useful for 3 reason. > This will surely break git mirrors. Sounds like the git mirror's problem.
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?
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
2010 Oct 27
1
[nut-commits] svn commit r2620 - trunk/drivers
2010/10/26 Arjen de Korte > Author: adkorte-guest > Date: Tue Oct 26 18:38:23 2010 > New Revision: 2620 > URL: http://trac.networkupstools.org/projects/nut/changeset/2620 > > Log: > > > Modified: > trunk/drivers/dummy-ups.h > Arjen, since we're using svn logs to generate the ChangeLog, I went on the server to modify this empty log msg with "Fix
2007 May 07
7
Installing plugins without svn:// access
Hi, I''m trying to get up and running with rspec on a new project. I''d like to install the rspec and rspec_on_rails plugins (per http://rspec.rubyforge.org/documentation/rails/install.html), but my corporate firewall blocks port 3690 so I can''t access the repository via svn:// I searched the docs and the mailing-list archive to figure out how to install the plugins