similar to: Rails, Subversion and SWIG??

Displaying 20 results from an estimated 20000 matches similar to: "Rails, Subversion and SWIG??"

2006 Oct 13
1
Subversion, testing a quickstart guide, version control for a Rails project
I just burned 3 hours figuring out Subversion, so I made up a little quickstart guide. Try the guide and see if you can get version control going in ... say ... 30 minutes? I assume your situation is: You are setting up version control on a new subdirectory on your computer. You will copy your entire rails project directory tree into the new subdirectory after you get subversion running.
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
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
2008 Dec 17
0
Missing Dependency subversion is needed by package subversion-ruby
Greets. I''m currently trying to install GIT on an RHEL5 box. I''ve tried to both build from source and install via yum. In both instances I continue to receive the error message (full error stack at the end): [code]Error: Missing Dependency: subversion = 1.4.2-2.el5 is needed by package subversion-ruby[/code] If I''m reading this correctly I''m seeing that svn
2011 Jan 19
1
Managing two similar Ruby on Rails projects using Subversion
Hi, Does anyone know if there is a way to manage two very similar Ruby on Rails projects with minor differences using subversion, so that both projects could be updated at once? Sometimes only a file in one of the projects would need to be updated, but often the change applies to both projects. Thanks, Erica -- Posted via http://www.ruby-forum.com/. -- You received this message because you
2006 Mar 13
9
Subversion problem - since you guys talked me into it :)
Following the advice here I''ve been trying to get subversion installed and working from my virtual dedicated server this weekend. I believe everything is installed properly, and that all that''s left is to get the apache httpd.conf file set up correctly. to talk to my server with my client I''m using the path: http://svn.mylittlecorneroftheinternet.com/svn/repos/ error
2014 Mar 06
0
CESA-2014:0255 Moderate CentOS 6 subversion Update
CentOS Errata and Security Advisory 2014:0255 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-0255.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: fbcfb2bcf52bf8bbe142eaf4c1ff44b4423c2d1cd9ef5f5e6c6031ac7b0bd84b mod_dav_svn-1.6.11-10.el6_5.i686.rpm
2015 Feb 10
0
CESA-2015:0165 Moderate CentOS 6 subversion Security Update
CentOS Errata and Security Advisory 2015:0165 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-0165.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 32a3927ae4971b23bc81f9123363306d8d9a5939b139a3c802de82e5b79644bb mod_dav_svn-1.6.11-12.el6_6.i686.rpm
2015 Aug 17
0
CESA-2015:1633 Moderate CentOS 6 subversion Security Update
CentOS Errata and Security Advisory 2015:1633 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-1633.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: a73c3f05e7df9e6da3bf1a1249a3e63a9e69eb33c7f57620cf3f5d230ea19749 mod_dav_svn-1.6.11-15.el6_7.i686.rpm
2015 Feb 11
0
CESA-2015:0166 Moderate CentOS 7 subversion Security Update
CentOS Errata and Security Advisory 2015:0166 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-0166.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: ad1d62c0aa11709378918e05cd8f66425901af7759d8ef8119918991bc4a1dcd mod_dav_svn-1.7.14-7.el7_0.x86_64.rpm
2015 Sep 08
0
CESA-2015:1742 Moderate CentOS 7 subversion Security Update
CentOS Errata and Security Advisory 2015:1742 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-1742.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 1ac68982e8d6c3c4f08338e829f9b84b172f98107065097924fb229125151516 mod_dav_svn-1.7.14-7.el7_1.1.x86_64.rpm
2012 May 14
0
CEBA-2012:0574 CentOS 5 subversion Update
CentOS Errata and Bugfix Advisory 2012:0574 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0574.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 6638a9088d3dae5f036a22e3e1f7d4242f5b4c37f5cab08e93bc59455d3e2f65 mod_dav_svn-1.6.11-10.el5_8.i386.rpm
2014 Mar 06
0
CESA-2014:0255 Moderate CentOS 5 subversion Update
CentOS Errata and Security Advisory 2014:0255 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-0255.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: ccf0b976f7f4e4013a0fe1a7b9bec5717c823535a62d5737ea0c9fbd93b13c1e mod_dav_svn-1.6.11-12.el5_10.i386.rpm
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
2009 Aug 11
0
CESA-2009:1203 Important CentOS 5 x86_64 subversion Update
CentOS Errata and Security Advisory 2009:1203 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2009-1203.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: b0aeb1d66bfb0d66e1be65104e74c8b7 mod_dav_svn-1.4.2-4.el5_3.1.x86_64.rpm e3490020afeae920a1f5bd5792d0abbd subversion-1.4.2-4.el5_3.1.i386.rpm
2011 Apr 14
0
CESA-2011:0257 Moderate CentOS 5 x86_64 subversion Update
CentOS Errata and Security Advisory 2011:0257 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2011-0257.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: fd30177d2399314531bd8ddb8350c35c mod_dav_svn-1.6.11-7.el5_6.1.x86_64.rpm ef9a32dc423a140a897e863d1ca77d59 subversion-1.6.11-7.el5_6.1.i386.rpm
2011 Apr 14
0
CESA-2011:0327 Moderate CentOS 5 x86_64 subversion Update
CentOS Errata and Security Advisory 2011:0327 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2011-0327.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: c6e9907cfafbb04ef9ebd873bed5b886 mod_dav_svn-1.6.11-7.el5_6.3.x86_64.rpm 1a046aba6a26b44701eed92c7bfd5eab subversion-1.6.11-7.el5_6.3.i386.rpm
2011 Jun 08
0
CESA-2011:0862 Moderate CentOS 5 x86_64 subversion Update
CentOS Errata and Security Advisory 2011:0862 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2011-0862.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: 973a6a5255be2a3006919d3874fb23d5 mod_dav_svn-1.6.11-7.el5_6.4.x86_64.rpm 5a4834151a28f065847200401c49febc subversion-1.6.11-7.el5_6.4.i386.rpm
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
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