Re: 403 Forbidden

2010-12-13 Thread Ted To
On Sun, 12 Dec 2010 21:32:14 -0500 Ted To wrote: > I know this is a common problem but I'm at a complete loss. Nothing > that I've seen in the interwebs appears to be applicable. I recently > migrated my server to a linode VPS and the apache based subversion > server seems to have stopped worki

Update to revision and externals

2010-12-13 Thread Norbert Unterberg
Hi, Is there a way to let svn:externals use the same revision number as the folder they are contained in? To clarify: We have a project that contains a few svn:externals which point into the same repository (using ../ or ^/ syntax). Problem is that when we need to go back in time with the projec

Re: 403 Forbidden

2010-12-13 Thread Ted To
On Mon, 13 Dec 2010 04:59:27 -0500 Ted To wrote: > I've isolated it to a recent change I made in my virtual host > configuration file -- I changed "AllowOverride None" to "AllowOverride > all". I needed to do this because I recently started using a cms that > requires it for mod_rewrite to work.

Re: usage of svn_wc_diff

2010-12-13 Thread JamieEchlin
Seems to work perfectly! Thanks Daniel, that's exactly what I was looking for. jamie -- View this message in context: http://old.nabble.com/usage-of-svn_wc_diff-tp30399137p30445649.html Sent from the Subversion Users mailing list archive at Nabble.com.

Re: calling svn copy twice...

2010-12-13 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, Dec 08, 2010 at 17:35:55 +0200: > And is it possible to say: > "Copy $URL1 to $URL2 *unless* $URL2 already exists" > ? > (in an atomic manner) > Yes, and 'svnmucc cp $URL1 $URL2' does that. (thanks to philipm for pointing that out)

Archiving Projects (End-Of-Life)

2010-12-13 Thread Johan Corveleyn
Hi, I'm wondering if there is a (de-facto) standard way of "end-of-lifing" projects in an SVN repository, or any suggestions for this from other users on this list ... With End-Of-Life I mean there will be no further maintenance on that project, no more development, no more releases or patches, n

RE: Archiving Projects (End-Of-Life)

2010-12-13 Thread Bob Archer
> I'm wondering if there is a (de-facto) standard way of "end-of- > lifing" > projects in an SVN repository, or any suggestions for this from > other > users on this list ... > > With End-Of-Life I mean there will be no further maintenance on > that > project, no more development, no more releases

Re: Archiving Projects (End-Of-Life)

2010-12-13 Thread David Weintraub
On Mon, Dec 13, 2010 at 3:04 PM, Johan Corveleyn wrote: > Hi, > > I'm wondering if there is a (de-facto) standard way of "end-of-lifing" > projects in an SVN repository, or any suggestions for this from other > users on this list ... >> > I know I could just "svn rm" them, but some of the "project

Re: Periodically merge between trunk->branch and branch->trunk

2010-12-13 Thread Stanimir Stamenkov
Mon, 13 Dec 2010 07:33:07 +0100, /Daniel Albuschat/: > 2010/12/11 Stanimir Stamenkov : >> Thu, 9 Dec 2010 12:46:14 +0100, /Daniel Albuschat/: >> >>> Currently the only solution I see is to reintegrate the branch to >>> trunk and then re-create the branch. This has the shortcoming that all >>> devel

Re: 403 Forbidden

2010-12-13 Thread Ryan Schmidt
On Dec 13, 2010, at 03:59, Ted To wrote: > On Sun, 12 Dec 2010 21:32:14 -0500 > Ted To wrote: > >> I know this is a common problem but I'm at a complete loss. Nothing >> that I've seen in the interwebs appears to be applicable. I recently >> migrated my server to a linode VPS and the apache b

Re: Update to revision and externals

2010-12-13 Thread Ryan Schmidt
On Dec 13, 2010, at 04:27, Norbert Unterberg wrote: > Is there a way to let svn:externals use the same revision number as > the folder they are contained in? Not that I'm aware of, unless you write a script to do so. > We have a project that contains a few svn:externals which point into > the sa

Re: SVN Statistics

2010-12-13 Thread Richard England
Another is svnplot http://code.google.com/p/svnplot/ Kevin Grover wrote the following on 12/10/2010 11:21 AM: Check out StatSVN: http://www.statsvn.org/ Cheers. On Thu, Dec 9, 2010 at 20:46, Gavin Beau Baumanis > wrote: Hi Everyone, I have been a

Re: how to --ignore-externals when merging?

2010-12-13 Thread Cory Riddell
On 12/8/2010 10:37 PM, Cory Riddell wrote: > Is there some way to tell subversion to merge but ignore externals? I couldn't find any way to accomplish what I was trying to do. Instead, I removed all the svn:externals properties. It makes setting up a new dev machine more difficult, but it lets me

Re: Archiving Projects (End-Of-Life)

2010-12-13 Thread Ulrich Eckhardt
On Monday 13 December 2010, Johan Corveleyn wrote: > I'm wondering if there is a (de-facto) standard way of "end-of-lifing" > projects in an SVN repository, or any suggestions for this from other > users on this list ... > > With End-Of-Life I mean there will be no further maintenance on that > pro

Re: Archiving Projects (End-Of-Life)

2010-12-13 Thread Thorsten Schöning
Guten Tag Johan Corveleyn, am Montag, 13. Dezember 2010 um 21:04 schrieben Sie: > I know I could just "svn rm" them, but some of the "project owners" > feel a little bit uneasy about that. They consider it "probable" that > they will need to take another look at them sometime in the future. > And