search for: propedit

Displaying 19 results from an estimated 19 matches for "propedit".

Did you mean: promedio
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
8
switching to edge rails
Hi, I want to start using has_many :through. I think that eventually I''ll be removing all uses has_and_belongs_to_many from my project. Here is my situation I''m using SVN I want to use edge rails Reading the wiki about switching to edge rails[1], I can''t figure out which combination of subsections I must perform. Do I want edge rails to reside in the vendor
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
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...
2006 Dec 26
15
is there a way to not repeat installing plugins?
i seem to be using the same plugins for all my sites and was wondering if there is a way to make the process easier and faster? is this what is called by "packing your own gems"? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
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 admin...
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 website > integration/////////////////////////////...
2010 Oct 27
1
[nut-commits] svn commit r2620 - trunk/drivers
...tworkupstools.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 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 h...
2007 Apr 02
1
SVN Propget error linking to techno-weenie.net
...ROPFIND of ''/projects/plugins/exception_logger/init.rb'': Could not resolve hostname `svn.techno%2Dweenie.net'': No address associated with nodename (http://svn.techno%2Dweenie.net) Note the %2D (unicode equivalent of a ''-''). However, when I do "svn propedit svn:externals vendor/plugins", and copy the URL from the list (It looks right, here, btw) into a web browser, it works. Is there an SVN Unicode setting which needs adjusting? I posted this here, because I figured a fellow Rails developer might have seen this. Thanks, Doug --~--~---------~--...
2008 Mar 08
2
Syntax question: svn propset on multiple file types?
Hi, I'm currently using SVN for writing some docs with LaTeX, and I wonder how I could possible tell SVN to ignore all *.log, *.aux and *.dvi files. I know how it can be done for one at a time. Let's say my files are in the docs/ directory. Then I'd go into the parent directory and do: $ svn propset svn:ignore *.log docs/ But what should the command be if I wanted to ignore
2008 Apr 29
3
[LLVMdev] [PATCH] use-diet for review
Chris Lattner wrote: > Hi Gabor, I don't see OperandTraits.h. Sorry, I relied "svn diff" to include freshly added files. Apparently it did not :-/ Here are they. I pondered of putting all in Use.cpp into Value.cpp, but I am not so sure. Cheers, Gabor -------------- next part -------------- A non-text attachment was scrubbed... Name: OperandTraits.h Type:
2008 Apr 30
0
[LLVMdev] [PATCH] use-diet for review
On Apr 29, 2008, at 9:40 AM, Gabor Greif wrote: > Sorry, I relied "svn diff" to include freshly added files. svn add file svn diff . will show it.
2006 Feb 03
4
(BUG in svn/trunk?) - superclass mismatch for any subclass of ApplicationController
I track svn/trunk of Rails using svn:externals Some change to Rails committed in the last 1-2 days broke my subclass of ApplicationController The example, below, works with Rails 1.0, but in today''s svn, it dies with the following error: "superclass mismatch for class FooController" class ApplicationController < ActionController::Base end class FooController <
2015 Jul 29
2
[LLVMdev] Request: Changing commit message in llvm trunk
...chisophugis at gmail.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; >&g...
2007 Nov 14
7
BackgrounDRb version 1.0RC1 available now
...ram or framework can use it. Copyright (c) 2006 Ezra Zygmuntowicz,skaar[at]waste[dot]org, Copyright (c) 2007 Hemant Kumar (mail[at]gnufied[dot]org) == Usage === Installation Getting the code: svn co http://svn.devjavu.com/backgroundrb/branches/version10/ Installation with svn externals: svn propedit svn:externals vendor/plugins [add the following line:] backgroundrb http://svn.devjavu.com/backgroundrb/branches/version10/ [exit editor] svn ci -m ''updating svn:external svn property for backgroundrb'' vendor/plugins svn up vendor/plugins rake backgroundrb:setup Inst...
2007 Dec 28
3
Converting to Rails 2.0.2
I''m moving an older project to Rails 2.0.2 and ran into a roadblock on the version matching. Here''s script/console session: >> Spec::VERSION::REV => "1785" >> Spec::Rails::VERSION::REV NoMethodError: undefined method `run='' for Test::Unit:Module from /Users/sxross/rails/tastie_work/vendor/plugins/rspec_on_rails/ lib/spec/rails.rb:16 from
2008 Jan 22
11
Unable to load Models which reference plugins?
I''m using a plugin which adds a method to ActiveRecord::Base http://similetimelinerailshelper.googlecode.com/svn/trunk/simile_timeline/ This adds an "acts_as" type declaration to the Models, via the file in vendor/plugins/simile_timeline/lib/simile_timeline.rb Rails is working with these declarations, and they are being used successfully in ''regular
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...ave it +automatically updated in their projects when ``setuptools`` is updated. + +For your convenience, you may use the following svn:externals definition:: + + ez_setup svn://svn.eby-sarna.com/svnroot/ez_setup + +You can set this by executing this command in your project directory:: + + svn propedit svn:externals . + +And then adding the line shown above to the file that comes up for editing. +Then, whenever you update your project, ``ez_setup`` will be updated as well. diff --git a/server/ez_setup/__init__.py b/server/ez_setup/__init__.py new file mode 100644 index 0000000..8d35412 --- /dev/n...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...ave it -automatically updated in their projects when ``setuptools`` is updated. - -For your convenience, you may use the following svn:externals definition:: - - ez_setup svn://svn.eby-sarna.com/svnroot/ez_setup - -You can set this by executing this command in your project directory:: - - svn propedit svn:externals . - -And then adding the line shown above to the file that comes up for editing. -Then, whenever you update your project, ``ez_setup`` will be updated as well. diff --git a/server/ez_setup/__init__.py b/server/ez_setup/__init__.py deleted file mode 100644 index 8d35412..0000000 --- a/...