similar to: Subversion and migrations confusion

Displaying 20 results from an estimated 9000 matches similar to: "Subversion and migrations confusion"

2006 Apr 06
3
Irreversible Migrations
Hi, To make a migration irreversable, one has to execute "raise IrreversibleMigration". This is how it''s documented everywhere. However, when I do that, I get this: rake aborted! uninitialized constant IrreversibleMigration This is the migration (the file is called 022_ldap_fix.rb): class LdapFix < ActiveRecord::Migration def self.up execute File.open(
2007 Nov 09
2
SMB Shares with subversion backing store
To all, I was wondering if it was possible to setup samba shares that use subversion as a backing store for the files. Whenever a new file is created it is added to the subversion tree, whenever a file is opened it is checked out of the subversion tree, and whenever it is deleted it is removed from the subversion tree. The idea is that one could use subversion to retain previous versions of
2006 Nov 17
2
Upgrading subversion
Hello, I?d like to install subversion system in our server (CentOS-4.4) up2date has the subversion-1.1.4-2, but subversion is already on verson 1.4.2 Perhaps I loose good features if I install subversion-1.1.x, but I prefer to use the version delivered by up2date, of course. 1) What do you suggest? If I try to install subversion-1.4.2 from source it asks for apr and apr-util version 0.9.7 or
2006 Jul 27
3
Subversion library for RoR
Hi everybody, Is there a gem or something for working directly with Subversion from a RoR app? Thanks, Tiffani A.B. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060727/26846e72/attachment-0001.html
2006 Jun 26
4
Migrations and svn branches...
We are currently doing some development on a variety of branches that each have their own set of migrations (gee, database changes on a branch? how novel). The problem is with this strictly linear numbering of the migrations and these alternate branches. Let''s suppose I have branches/foo that adds two migrations 024_add_foo.rb and 025_refine_foo.rb and then another branches/bar
2005 Dec 29
5
Subversion graphical client?
Hi All - I notice that most of the Rails team are using Mac OS X and TextMate for Ruby development. I too am working on Mac OS X and trying TextMate and (shudder?) EMacs. I was wondering about version control. Are folks using Subversion? If so, are they using a graphical client? Which one do they recommend? Yours, Jordan -- Posted via http://www.ruby-forum.com/.
2006 May 04
2
Samba interface to CVS/Subversion
Hey all, Bit of a bogus question here as I only have a basic understanding of CVS and Subversion. A lot of the windows development tools we use in the office have CVS or Subversion modules allowing us greater source code control. It would be wonderful to have a samba share that acts as an interface to a CVS or Subversion backend. That way we can use any development tool and simply save our
2010 Feb 03
2
subversion 1.6.9 and sqlite 3.6.22
I'm in the process of setting up subversion and since the version packages with C5 is, shall we say, showing its age, I've built an updated version. In order to do that I had to upgrade sqlite from the default 3.3.6 (which the current subversion will not build with) and I went with 3.6.22. Has anyone else had any experience with whether or not that breaks anything? I'm a little
2005 Jan 13
3
CentOS4 + Subversion?
Hey all - does RHES4/CentOS4 beta contain a recent integration of Subversion? I've been holding off trying to retro-fit CentOS 3.x on our CVS server, hoping that the official channels aready had it in store for the future. Not that you *can't* retrofit, I was just uncomfortable upgrading so many stock packages. Anyone have it installed, can take a look for me? thx, -te -- Troy
2006 May 19
2
Using Rails with Subversion
I followed the instructions at Hivelogic on Building Subversion (SVN) on Mac OS X and installed it on my machine. Now I am following the rubyonrails wiki on How to Use Rails With Subversion, it assumes that you have already created a subversion repository. Could someone please point me in the right direction for creating a subversion repository? Searching lead me to macdevcenter which seems to be
2009 Dec 15
2
Subversion server: v1.4 (centos) vs. v1.6 (rpmforge)
Hi, I'm planning to upgrade an old public/internal development infrastructure and will use CentOS 5.4 x86_64 as basis. One of the critical server is Subversion (as an Apache httpd module). We currently use Subversion v1.4 on the server and v1.6 on our clients. While I was very happy with the v1.4 server over the years, we now sometimes have weird issues which seem related to compatibility
2006 Aug 04
3
Subversion how-to section added to the wiki
Hey everyone, I added a very very simple how-to for getting Subversion running on CentOS (locally and across Apache)...basically aimed at a newbie that's never touched svn before. Let me know if anything is out of whack, needs changed, or if something isn't right. I did go through and actually follow it with an install, so it should be good. <http://wiki.centos.org/SubVersion>
2009 Apr 02
1
Update for 5.3 failed on subversion and gstreamer-plugins-good
I ran this command: sudo yum update glibc\* && sudo yum update and got these errors: Transaction Check Error: package subversion-1.4.6-0.1.el5.rf (which is newer than subversion-1.4.2-4.el5) is already installed file /usr/share/emacs/site-lisp/psvn.el from install of subversion-1.4.2-4.el5 conflicts with file from package subversion-1.4.6-0.1.el5.rf file
2005 Nov 11
2
Rsync, subversion and directories
Hi all, I'm attempting to build a backup system using rsync and subversion. I have a samba share which I would like to replicate via rsync. The replicated copy is under subversion control to store a 'history'. This appears to work well until a directory is removed on the primary (non-backup) file system. The rsync command which I assumed would do the job: $ rsyc -zrv
2013 Oct 30
1
Geppetto with Subversion
I''m trying to use Geppetto 4 to develop puppet modules and check them in and out of subversion. I''ve got a subversion repositories setup via web dav. The Cloudsmith FAQ seems a bit vague. I''ve not used Eclipse much at all and am not sure how the subversion integration works. I saw a really cool video demo from the PuppetConf youtube channel using the Forge (
2004 Feb 03
2
CVS to Subversion sync and check-in comments
So is there any possibility of getting it so that the Subversion repository can get the check-in comments from the internal CVS repository? At the moment every log file comment I see in SVN is "Sync". Which doesn't really let me know what has happenned without having to go lock at the actual diff between the two versions. And even then I may not have any idea why the change was
2004 Feb 03
2
CVS to Subversion sync and check-in comments
So is there any possibility of getting it so that the Subversion repository can get the check-in comments from the internal CVS repository? At the moment every log file comment I see in SVN is "Sync". Which doesn't really let me know what has happenned without having to go lock at the actual diff between the two versions. And even then I may not have any idea why the change was
2005 Apr 07
1
subversion
So R is on subversion right? So why doesn't somebody authoritative get r-project.org on the subversion testimonials page? http://subversion.tigris.org/testimonials.html Just a suggestion. -- Charles Geyer Professor, School of Statistics University of Minnesota charlie@stat.umn.edu
2006 Aug 11
2
Subversion: 400 Bad request error
Here is my problem, On my network there is a subversion server to which everybody connects to and checks in/out code and documents. The workstations on the network are all based on Fedora core 3. And everybody's home directory is on a nfs share. This nfs share is mounted via the fstab. So no matter to which box a user logs in, his/her home dir is gonna be the same. Again, /home is a nfs
2005 Feb 16
2
Subversion?
I've been wondering if we should consider migrating from CVS to Subversion (aka SVN) for version control. There's a utility (cvs2svn) to convert a CVS repository while keeping full history. And SVN is supported by viewcvs (as used by http://cvs.xapian.org/) The main motivations are: * CVS doesn't really handle renaming files well. Either you "cvs rm" then "cvs