search for: revprop

Displaying 10 results from an estimated 10 matches for "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 create a pre-revprop-chang...
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 non-existent >> svn: E175002: Repository has not been enabled to accept revision >> propchanges; >> ask the administrator to create...
2009 May 15
0
Subversion causing Apache to hog memory
...he 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 of running fine, I started getting this error from cron: svnsync: DAV request failed; it's possible that the repository's pre-revprop-change hook either failed or is non-existent svnsync: At least one property change failed; repository is unchanged svnsync: Error setting property 'sync-lock': Failed to start '/usr/local/svn/MyProject/hooks/pre-revprop-change' hook Looking in /var/log/httpd/error_log, I see this:...
2011 May 15
0
rsync client and server processes, all hanging in read_timeout()
...var/svn/hot_backups/foobar-www-9/hooks/ var/svn/hot_backups/foobar-www-9/hooks/post-commit => var/svn/ hot_backups/foobar-www-6/hooks/post-commit var/svn/hot_backups/foobar-www-9/hooks/post-lock => var/svn/ hot_backups/foobar-www-6/hooks/post-lock var/svn/hot_backups/foobar-www-9/hooks/post-revprop-change => var/svn/ hot_backups/foobar-www-6/hooks/post-revprop-change var/svn/hot_backups/foobar-www-9/hooks/post-unlock => var/svn/ hot_backups/foobar-www-6/hooks/post-unlock var/svn/hot_backups/foobar-www-9/hooks/pre-commit => var/svn/ hot_backups/foobar-www-5/hooks/pre-commit var/svn...
2015 Jul 29
2
[LLVMdev] Request: Changing commit message in llvm trunk
...l.com> wrote: > > > 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 non-existent >>> svn: E175002: Repository has not been enabled to accept revision >>> propchanges; >>> ask the adm...
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...
2010 Oct 27
1
[nut-commits] svn commit r2620 - trunk/drivers
...620 > > 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 compilation warnings". FYI, "svn propedit" doesn't work since pre-revprop-change hook is not enabled. So you have to get on the server (svn.d.o) and use the following form: svnadmin setlog /path/to/repository -r revision_number --bypass-hooks message_file.txt If you need some more info to be able to do the same later, don't hesitate to ping me. cheers, Arnaud -----...
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