Re: Problem with first revision of file being checked in, then deployed

2010-09-21 Thread David Bartmess
On 9/21/2010 1:22 PM, Bostjan Skufca wrote: For database up/downgrades you should look into dbdeploy. Also, my svn client (latest) nicely shows all files modified AND added. The letter M or A in front of filename signifies it. b. On 21 September 2010 21:08, David Bartmess wrote: I&#

Problem with first revision of file being checked in, then deployed

2010-09-21 Thread David Bartmess
I'm automating the deployment of our software, and came across a problem. In order to only pull the files changed for a specific revision, I do a "diff -r: --summarize". I then parse the output through sed to get just the filename. All this works normally, but if the PriorRev of the file doe

Re: Multiple Repositories under one subversion daemon

2010-09-01 Thread David Bartmess
On 9/1/2010 4:46 PM, Tech Geek wrote: >I may have totally misunderstood you. Are the above paths you show working copy paths, or are they existing svn repositories? Those are not existing svn repositories yet. Let's just say that those project folders should be at those locations only and I wan

Re: SVN update question

2010-08-11 Thread David Bartmess
On 8/11/2010 5:20 PM, Phil Pinkerton wrote: I'd like to be able to update a working copy after deleting a file from the Repository and have the file I removed from the Repository also removed from the working copy when I do an update. Is that possible ? Why would you want to remove a file fro

Re: Getting started with subversion

2010-07-14 Thread David Bartmess
On 7/14/2010 1:33 PM, Thomas Garrod wrote: I'm sorry guys (and gals), I have a very basic question: How to you get files into your repository. I've got the O'Reilly book (2nd Edition), but I'm afraid is presumes too much of me. I looked at chapter 2, page 18, and it includes the following: ..

Re: How to access local svnserve repository in Windows

2010-07-08 Thread David Bartmess
On 7/8/2010 1:25 PM, Itamar O wrote: On Thu, Jul 8, 2010 at 8:07 PM, David Bartmess <mailto:dingod...@edingo.net>> wrote: I've setup a local repository under C:\svn_repository\Test using "svnadmin create c:\svn_repository\Test", and want to access it via

How to access local svnserve repository in Windows

2010-07-08 Thread David Bartmess
I've setup a local repository under C:\svn_repository\Test using "svnadmin create c:\svn_repository\Test", and want to access it via the command line svn.exe. The svnserve is setup as a Windows service, and I can see that it's started. The binpath in the service entry is "C:\Program Files\Coll

Re: Can we use relative paths in svn:externals propset?

2010-04-29 Thread David Bartmess
On 4/29/2010 2:18 PM, Blair Zajac wrote: On 04/29/2010 01:09 PM, David Bartmess wrote: I have two projects under a single repository, with A being dependent on B being checked out. To set the svn:externals propset, can I use a relative path for the checkout directory for the depending (B

Can we use relative paths in svn:externals propset?

2010-04-29 Thread David Bartmess
I have two projects under a single repository, with A being dependent on B being checked out. To set the svn:externals propset, can I use a relative path for the checkout directory for the depending (B) directory? Such as : svn propset svn:externals "../buildsupport http:///buildsupport/tru

Re: Can I have one project link to two subversion server?

2010-04-27 Thread David Bartmess
On 4/26/2010 11:04 PM, frank wang wrote: Thanks for all reply. I like the subversion since it is a nice tool running both on window and linux. I looked git and svk and it seems they are only running on linux and I am uisng windowXP. I really hope that svk can become more stable and mature and ru

Re: Determining file(s) modified in a changeset

2010-04-15 Thread David Bartmess
On 4/15/2010 2:17 PM, Bob Archer wrote: I need to modify a script that was used with CVS that basically got a list of the files that changed with a specific tag, and acted upon them. Now we're moving to Subversion, and I need a way to get a list of files that changed with a tag or revision. Shou

Determining file(s) modified in a changeset

2010-04-15 Thread David Bartmess
I need to modify a script that was used with CVS that basically got a list of the files that changed with a specific tag, and acted upon them. Now we're moving to Subversion, and I need a way to get a list of files that changed with a tag or revision. Should I just force the developers into us

Re: Unable to checkout files: Can't open file: Permission denied

2010-04-13 Thread David Bartmess
On 4/13/2010 3:27 PM, Disc Magnet wrote: I did that. I ran these two commands. chgrp -R www-data myrepository chown -R 770 myrepository Now, I get this error: $ svn commit -m "Updating" svn: Commit failed (details follow): svn: Could not open the requested SVN filesystem Please help. Pr

Re: Can I not use svnadmin load with a remote repository?

2010-04-01 Thread David Bartmess
On 4/1/2010 12:26 PM, Jon Foster wrote: Andy Levy wrote: David Bartmess wrote: My company has done a preliminary spec for moving from CVS to Subversion, using the python script cvs2svn. The cvs2svn script works fine, but when I try to do an svnadmin load of the dump file created

Can I not use svnadmin load with a remote repository?

2010-04-01 Thread David Bartmess
My company has done a preliminary spec for moving from CVS to Subversion, using the python script cvs2svn. The cvs2svn script works fine, but when I try to do an svnadmin load of the dump file created, using the Assembla https URL, it complains that it can't find a "format" file. After quite