similar to: Subversion how-to section added to the wiki

Displaying 20 results from an estimated 20000 matches similar to: "Subversion how-to section added to the wiki"

2006 Jan 27
5
Before I write this myself, is there already an easier way?
Recently I''ve wanted to be able to take the data I''ve painstakingly defined in my fixture files and slurp it up into my development database so I can play with my website (locally, in development mode) with the same data I use in my tests. In a similar vein, I want to take the table definitions in the development_structure.sql file and use it to re-define my development
2009 Jul 09
1
Wiki page "HowTos/Subversion" needs rearrangement
Dear all, While translating the "HowTos/Subversion" wiki page, I've found that the order of the following paragraphs need to be rearranged in this way to make sense: == References: == Subversion: ... Version Control with ... == 1) Installation: == [root at lucifer ~] ... The first thing ... <--- this has been moved When you install ... <---
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 Mar 07
5
subversion help!
I created a subversion repository on my new vps and i''m trying to setup my rails app there. However i keep getting this error: subversion/libsvn_subr/io.c:2516: (apr_err=13) svn: Can''t create directory ''/home/svnadmin/rapleaf/db/transactions/0-1.txn'': Permission denied How do i fix this? I know others have had this before, so i would appreciate some help.
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
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 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
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
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 (
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
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 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 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
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
2006 Aug 13
1
Re: bzr / Subversion / CVS
On Fri, 2006-08-11 at 17:20 -0400, Daniel F. Savarese wrote: > Kevin Smith writes > : > >Can someone who has used SVN comment? > > I started reading it and stopped before finishing because the author > is judging Subversion by using it in a way that doesn''t make any sense > for Subversion. Fair enough. Can you confirm that merging between branches within an
2009 Mar 29
3
Eclipse and StatET Howto (also added Subversion, Rtools)
I recently got a RFC on Eclipse and StatET setup from a R-help user, so here it is. Note: there may be slight errors of omission in my directions as I am making these notes after I had a successful install. If you have questions post here. Setup tested with Eclipse 3.4.0 on XP 32-bit and Eclipse 3.4.2 on Vista 32-bit. R 2.9.0 alpha. Installing StatET: 1. Go to Help > Software Updates...
2007 Jun 26
0
[LLVMdev] Subversion Conversion (IMPORTANT)
On Tue, 26 Jun 2007, Reid Spencer wrote: > I know we've cried wolf before, but the conversion of the LLVM projects' > software to use Subversion instead of CVS *WILL* occur on Friday June > 29th with the following approximate schedule: Great, I'm glad to see this happening. Thanks for making it happen. One request: when the change goes live, please make sure the various
2007 Jun 26
2
[LLVMdev] Subversion Conversion (IMPORTANT)
All, I know we've cried wolf before, but the conversion of the LLVM projects' software to use Subversion instead of CVS *WILL* occur on Friday June 29th with the following approximate schedule: * 09:00 CDT (14:00 UTC, 07:00 PDT) - CVS becomes read-only (commits prevented) * 09:05 CDT (14:05 UTC, 07:05 PDT) - Final conversion to SVN starts * 11:45 CDT
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