Re: Questions

2011-06-13 Thread Geoff Hoffman
Why remove the Id keyword? Just delete the file (not svn delete, OS level delete) then svn up. On Mon, Jun 13, 2011 at 11:08 PM, Lorenz wrote: > Richard Cavell wrote: > >[...] > > How do I get my "$Id$" back? > > if there are no local changes to the file, you can just remove the > svn:keywords

Re: Questions

2011-06-13 Thread Lorenz
Richard Cavell wrote: >[...] > How do I get my "$Id$" back? if there are no local changes to the file, you can just remove the svn:keywords property, delete the file and then perform an update on the wc. That will give you the state of the $Id$ keyword as it was initialy committed. -- Lorenz

SVN 1.7.0. alpha source code

2011-06-13 Thread David Fielder
Attempting to download SVN 1.7.0. alpha source code from http://apache.mirror.anlx.net/subversion/subversion-1.7.0-alpha1.zip I get this error. Forbidden You don't have permission to access /subversion/subversion-1.7.0-alpha1.zip on this server. -- Apache/2.2.9 (Deb

RE: Index of Subversion add-on projects and products

2011-06-13 Thread Kevin Dietz
I can see why the Subversion organizers stopped maintaining the list internally. I wonder if there would be any interest in a community server and/or wiki where various projects and vendors could post their information, and a forums server where people could discuss tools individually. I think it

Re: Questions

2011-06-13 Thread Ryan Schmidt
On Jun 13, 2011, at 05:12, Richard Cavell wrote: >>> Now, how do I turn it off? >> > >> svn propdel svn:keywords myfile >> svn ci -m "Turn off Id keyword" myfile >> > > cat myfile gives: > > > $Id: myfile 102 2011-06-13 08:54:02Z richardcav...@mail.com $ > > How do I get my "$Id$" back?

Re: Questions

2011-06-13 Thread Ryan Schmidt
On Jun 13, 2011, at 10:00, Daniel Shahaf wrote: > Ryan Schmidt wrote on Mon, Jun 13, 2011 at 04:06:21 -0500: >> On Jun 13, 2011, at 03:55, Richard Cavell wrote: >>> 2. Someone suggested creating a repository by installing DropBox on every >>> computer and doing: >>> >>> svnadmin create ~/DropB

Re: Index of Subversion add-on projects and products

2011-06-13 Thread Mark Phippard
On Mon, Jun 13, 2011 at 11:23 AM, wrote: > I checked out the Resourcey web site that Itamar suggested.  Couple of > issues: 1) The site is still in “beta”, and 2) It doesn’t seem to be heavily > used.  There are only 6 attached resources and only 2 of them (TortoiseSVN > and AnkhSVN) are project/

Re: Sparse check outs

2011-06-13 Thread Johan Corveleyn
On Sat, Jun 11, 2011 at 11:35 PM, Daniel Shahaf wrote: > Stuempfig, Thomas wrote on Fri, Jun 10, 2011 at 10:08:23 +: >> We use svn as a document management system. >> In our case we have different Roles in the same Project. We have Roles like >> Project Manager, Business Consultants and Techn

Re: Index of Subversion add-on projects and products

2011-06-13 Thread Daniel Shahaf
There is {c,}wiki.apache.org. If the PMC is willing to request a wiki, such a list could be maintained there. (I say "If" because the PMC has to accept the oversight duty. A dev@ thread would be needed to determine that.) Phil Montgomery wrote on Mon, Jun 13, 2011 at 10:13:21 -0700: > I would

Re: Index of Subversion add-on projects and products

2011-06-13 Thread Phil Montgomery
I would find something that you're mentioning and that Ryan sent useful. Would be nice to resurrect the space from the subversion project and have a few people such as yourself maintain it. On Mon, Jun 13, 2011 at 8:23 AM, wrote: > I checked out the Resourcey web site that Itamar suggested. Co

RE: Index of Subversion add-on projects and products

2011-06-13 Thread kd1
I checked out the Resourcey web site that Itamar suggested. Couple of issues: 1) The site is still in "beta", and 2) It doesn't seem to be heavily used. There are only 6 attached resources and only 2 of them (TortoiseSVN and AnkhSVN) are project/product add-ons; the other links are to mailing lis

Re: Questions

2011-06-13 Thread Daniel Shahaf
Ryan Schmidt wrote on Mon, Jun 13, 2011 at 04:06:21 -0500: > On Jun 13, 2011, at 03:55, Richard Cavell wrote: > > 2. Someone suggested creating a repository by installing DropBox on every > > computer and doing: > > > > svnadmin create ~/DropBox > > > > Does this seem like a workable idea (for

Re: SVN Best Practices

2011-06-13 Thread Phil Montgomery
The site has very useful information and basically the core part of my document. I do appreciate the posts. Just curious if there is anything else that is normally seen in the industry that wasn't applied to that site. Seeing how this is the SVN user group I would hope that the site is updated,

Re: Using SVN to develop a website

2011-06-13 Thread Andy Levy
On Mon, Jun 13, 2011 at 10:08, Roberto wrote: > Hi, > > I need help on a setup for SVN. I want to use SVN to develop a website, in a > way that when one of our remote developers commit a change, the files is > copied on a specific folder, located on the svn server (like /var/www/site). > Is there

Using SVN to develop a website

2011-06-13 Thread Roberto
Hi, I need help on a setup for SVN. I want to use SVN to develop a website, in a way that when one of our remote developers commit a change, the files is copied on a specific folder, located on the svn server (like /var/www/site). Is there any page/faq indicating how to do this? I understand

Re: Questions

2011-06-13 Thread Richard Cavell
Thanks for your reply, but... > 4. I've managed to get keyword substitution working. But once it's working, > how do I turn it off for that file type? eg > > Create myfile, containing > $Id$ > svn add myfile > svn propset svn:keywords "Id" myfile > svn ci -m > "Turn on Id keyword" myfile >

Re: Questions

2011-06-13 Thread Ryan Schmidt
On Jun 13, 2011, at 03:55, Richard Cavell wrote: > 1. Is svn resolved foo the same as svn resolve --accept working foo ? "svn help resolved" says yes: Note: this subcommand does not semantically resolve conflicts or remove conflict markers; it merely removes the conflict-related artifac

Questions

2011-06-13 Thread Richard Cavell
G'day. I'm a noobie trying to program in C. 1. Is svn resolved foo the same as svn resolve --accept working foo ? 2. Someone suggested creating a repository by installing DropBox on every computer and doing: svnadmin create ~/DropBox Does this seem like a workable idea (for those of us who