similar to: Managing an SVN repository for a project.

Displaying 20 results from an estimated 30000 matches similar to: "Managing an SVN repository for a project."

2006 Jul 20
4
Plugins: svn externals vs. local repository
...or, what is the best practise for ensuring that capistrano gets plugin code to the production server? Do you hook up your plugins to the originating repository (thereby automatically picking up changes to the plugin), or check them into your application''s repo and use "script/plugin update" to keep plugins fresh? Does that method mess with your .svn directories? thanks for
2017 Jan 16
2
Building xapian-bindings
I'm posting this here to help others who might be having the same issue. I maintain xapian-core ruby gem. I was trying to upgrade to 1.4.2 and had some issues. The generated makefile doesn’t work because of the following: docs/rdocs/index.html: docs/xapian.rb rm -rf docs/rdocs $(MKDIR_P) docs cd docs && $(RDOC) --op rdocs `test -f xapian.rb||echo '$(abs_srcdir)/'`xapian.rb
2006 Aug 18
2
Please help with subclipse in radrails
I''ve been wrestling with this all night, I''m hoping someone can help. I followed the exact steps in: http://wiki.rubyonrails.org/rails/pages/HowtoUseRailsWithSubversion ..but when I open a new ''Checkout project from SVN'' in RadRails, it opens up the second level dirs as the project dirs (ie. app, log, script, etc), leaving me with a mess of projects. I redid
2007 Nov 13
2
SVN import & add--way to exclude directories?
Is there way on import or add to exclude directories? (Obvious candidate being log or tmp dirs.) I''m imagining something like this: $ svn import mytree file:///usr/local/svn/newrepos/some/project --exclude /tmp --exclude /log \ I have scoured "Version Control with Subversion" without luck but maybe I don''t understand some terminology somewhere... -- Posted via
2007 Jul 04
2
[LLVMdev] SVN Repository Layout.
All, There's been much email traffic and discussion about the repository layout, top level stuff, etc. Additionally, Tanya, Chris, Gordon and I had an IRC discussion last evening and worked through some of the issues and confusion. As a result, I've prepared a web page that contains the proposals and decisions we made. Hopefully this will reduce the confusion surrounding this topic.
2006 Jan 24
2
SwitchTower and multiple database.yml files - how do you deal with them?
Hi everyone, What are other people doing with regards to database.yml being in version control? My dilema: I set up my rails app in svn using these instructions: http://wiki.rubyonrails.com/rails/pages/HowtoUseRailsWithSubversion The part to note is where I ignore database.yml, allowing different developers to keep their own database.yml without clobbering other developers'' files.
2007 Jul 04
0
[LLVMdev] SVN Repository Layout.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Reid Spencer schreef: > All, > > There's been much email traffic and discussion about the repository > layout, top level stuff, etc. Additionally, Tanya, Chris, Gordon and I > had an IRC discussion last evening and worked through some of the issues > and confusion. As a result, I've prepared a web page that contains the >
1998 Sep 23
9
managing users from smbpasswd rather than /etc/passwd
I have samba installed on a web server (behind a firewall). It's working fine with all the WINS networking here (eg, password authentication from the NT servers, etc). I (we) want this web server - a linux redhat 5.x box currently running samba-1.9.18p8 - to have as few actual unix login accounts as possible. What I want/need to do is to allow LOTS of people in the faculty here
2013 Jan 02
2
[LLVMdev] Slow SVN Checkouts
Is anyone else experiencing very slow SVN checkouts/updates? I've tried from two separate networks now, and checkouts are 15+ minutes on both. -- Thanks, Justin Holewinski -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130102/46cbecca/attachment.html>
2006 Feb 21
2
Managing Database Alter Scripts
I just posed this question to #subversion, with no reply. Any thoughts here? I''m trying to decide how to manage database changes w/ subversion. I''ve got a large number of production checkouts of a branch (actually, multiple branches). Of course I have a base script to create the schema, and this is updated of course when new fields are added to the system. When a new field
2013 Jan 02
0
[LLVMdev] Slow SVN Checkouts
On Wed, Jan 2, 2013 at 7:01 AM, Justin Holewinski <justin.holewinski at gmail.com> wrote: > Is anyone else experiencing very slow SVN checkouts/updates? I've tried > from two separate networks now, and checkouts are 15+ minutes on both. > > -- > It could've been a temporary hiccup. Just updated and it was reasonably fast (given the large changes from Chandler's
2008 Jun 24
2
wrong number of arguments (1 for 0) when using respond_to?
Trying to get an otherwise working app (in Rails 2.0.2) up to speed with Rails 2.1.0 and Ruby 1.8.7, I have some broken code I can''t seem to fix: module Pathmaker def self.append_features( base ) base.before_save do |model| model.path = model.name.downcase. gsub( /\ and\ /, ''-'' ). gsub( /\ on\ /, ''-'' ).
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
2017 Jan 16
0
Building xapian-bindings
Oh, by the way, just running `make all` works fine too, which is what I am now doing in the gem.. but fixing the makefile would retain the existing working behaviour of `make clean all` which was fine in 1.2.x On 16 January 2017 at 14:21, Samuel Williams <space.ship.traveller at gmail.com> wrote: > I'm posting this here to help others who might be having the same issue. > > I
2006 Mar 19
1
Finding RDoc templates
Hi all, I would like to change my RDoc template to something similar to the RDocs on this site: http://caboo.se/doc.html Does any one know where this template (or similar) or other RDoc templates are available? I tried googling for rdoc templates for a long time and came up with nadda. Thanks in advance.
2012 Apr 03
3
[LLVMdev] Slow GIT/SVN Connection
Is anyone else having issues with the GIT/SVN repositories for LLVM? Git fetches are taking forever (> 15 minutes to compress 800 objects), and SVN checkouts are going at about a file per minute. I've tried this on two different, geographically-dissimilar networks so I don't think the problem is on my end. The web-site seems fine. -- Thanks, Justin Holewinski -------------- next
2006 Feb 22
5
svn externals and Edge Rails
Hi all: I am considering using edge rails so I can use join tables. I want to use svn:externals to manage edge rails, however I want to understand it more before I go and set everything up. so everytime I commit my app it will pull the most recent version of rails from the svn repository, right? What if the current version of rails is unstable, is there a way to rollback edgerails and NOT my app?
2008 Dec 04
5
ubiquity-rdoc, better rdoc searching
Hi everyone, I wrote a set of Mozilla Ubiquity commands that allow the user to search on rdocs, also featuring autocomplete, load of any rdoc hosted on the web and changing the default rdoc when searching. The project is hosted here: http://projects.talleye.com/ubiquity-rdoc and GitHub. Please, let me know any bug, suggestion, etc Luis Cipriani WebCo Internet brasigo.com.br
2006 Oct 30
3
Question about new results hash
Is it really a hash? As in, can I pass it into a method that a worker is calling so that, for example, a method in my ActiveRecord that''s actually doing the work? Really liking the new code. Does rubyforge or devjavu have the rdocs anywhere? -- Joshua Warchol Code Poet, Zaadz Inc. http://joshua.zaadz.com/
2004 Nov 27
2
Shared remote repository
Hello, I have a bit of a problem - I have the feeling the solution is ridicolously trivial, and yet I can't find it! I have a remote repository of text files. Until today, I was the only one changing those files: I would simply change them locally, and update the remote repository with this command: cd local_dir rsync --delete -e ssh -Llavuz . merc@remote_server:remote_directory