Re: Hook Script Examples

2010-09-10 Thread Ryan Schmidt
On Sep 10, 2010, at 10:50, BRM wrote: > My old subversion server had a hookscript to deny commits unless there was a > log > message. I'd like to setup the same functionality on the new subversion > server > too. > I already got my hook-scripts in place, but... > > In the process, I came acr

Re: Repository Directory Tree

2010-09-10 Thread Nico Kadel-Garcia
On Fri, Sep 10, 2010 at 5:57 PM, Nico Kadel-Garcia wrote: > On Fri, Sep 10, 2010 at 1:42 AM, Lorenz wrote: >> Giulio Troccoli wrote: >>>[...] >>>- check out the whole thing (it might be too big but maybe not) >>>     svn checkout file:///var/svn ~/tmp >>>This will create a new directory called tm

Re: Repository Directory Tree

2010-09-10 Thread Nico Kadel-Garcia
On Fri, Sep 10, 2010 at 1:42 AM, Lorenz wrote: > Giulio Troccoli wrote: >>[...] >>- check out the whole thing (it might be too big but maybe not) >>     svn checkout file:///var/svn ~/tmp >>This will create a new directory called tmp in your home directory whit the >>whole of your repository. >>I

Re: how to browse older revisions?

2010-09-10 Thread Weirdan
On Fri, Sep 10, 2010 at 9:57 PM, Andy Levy wrote: > I think there's a way with the latest version (1.6.x), but I can't > find the syntax. https://server/svn/project/trunk/?p= -- Best regards, Bruce Weirdan mailto: weir...@gmail.com

Re: how to browse older revisions?

2010-09-10 Thread Andy Levy
On Fri, Sep 10, 2010 at 14:47, JWalker wrote: > Hi, > > Is it possible to browse (in Firefox or MS IE) older revisions (not > HEAD)? > I think there's a way with the latest version (1.6.x), but I can't find the syntax. The best way to go is to install something like ViewVC on your server.

Re: how to browse older revisions?

2010-09-10 Thread Les Mikesell
On 9/10/2010 1:47 PM, JWalker wrote: Hi, Is it possible to browse (in Firefox or MS IE) older revisions (not HEAD)? The easy approach is to install viewvc for browser viewing and navigation. http://viewvc.org/ -- Les Mikesell lesmikes...@gmail.com

how to browse older revisions?

2010-09-10 Thread JWalker
Hi, Is it possible to browse (in Firefox or MS IE) older revisions (not HEAD)? Ivan

Re: svn:mergeinfo property question...

2010-09-10 Thread Tyler Roscoe
On Fri, Sep 10, 2010 at 07:59:48AM -0700, BRM wrote: > As much as I would like to be able to use a 1.6 client on the system - I can > only get 1.5.1 on Kubuntu 8.04 TLS, and that requires using back-ports to do > so; I have used alien and the CollabNet svn rpms (now replaced by ASF svn rpms som

Re: Checkout exclude pattern

2010-09-10 Thread Daniel Shahaf
If the 'checkout' logic can tell the server to not send some files, then so can the 'update' logic. It's just a matter of making it remember to do that. (i.e., having the exclude pattern persist somewhere and used by the 'update' command) Autumn wrote on Fri, Sep 10, 2010 at 08:27:34 -0700: > C

Branching directories with fully-contained externals with svncopy.pl

2010-09-10 Thread Anthony Foglia
I have found a bug in the svncopy.pl script that fails to properly handle fully-contained externals when branching and copying from a single source. When branching from a single source, the externals are updated to directories that do not exist. Taken from the README

RES: Checkout exclude pattern

2010-09-10 Thread Luiz Guilherme Kimel
I'm also +1 to this feature. I understand that svn_depth_exclude should be associated to a checked out folder and set differently to other folders to build local working copy custom structure. A svn_depth_exclude_pattern set on checkout could help deciding which value use on svn_depth_exclude for

Hook Script Examples

2010-09-10 Thread BRM
My old subversion server had a hookscript to deny commits unless there was a log message. I'd like to setup the same functionality on the new subversion server too. I already got my hook-scripts in place, but... In the process, I came across the following README files: http://svn.apache.org/re

Re: Checkout exclude pattern

2010-09-10 Thread Autumn
Cool, that hadn't occured to me. That could mean that no structural changes are required to the .svn format -- only a code change to the checkout logic to preemptively create the exclude entries. I'm not sure how it would handle the case where someone else adds new files which match my patte

Re: svn:mergeinfo property question...

2010-09-10 Thread BRM
- Original Message > From: Bob Archer > frankly... 1.5.1 has many merging bugs in it. I would suggest you upgrade > the >client to the last 1.5 release or the current 1.6 release. As much as I would like to be able to use a 1.6 client on the system - I can only get 1.5.1 on Kubuntu

RE: svn:mergeinfo property question...

2010-09-10 Thread Bob Archer
> I recently upgraded a subversion server from 1.4.x to 1.6.6 as the > old server > died an unrecoverable death the 1.6.6 server was loaded via backups > from dump > files. > Now I am getting ready to re-integrate some branches back to their > trunk, and > decided to try out the svn merge tracking

svn:mergeinfo property question...

2010-09-10 Thread BRM
I recently upgraded a subversion server from 1.4.x to 1.6.6 as the old server died an unrecoverable death the 1.6.6 server was loaded via backups from dump files. Now I am getting ready to re-integrate some branches back to their trunk, and decided to try out the svn merge tracking functionality

Re: Auto props

2010-09-10 Thread Johan Corveleyn
Please reply to the list as well, and not only to me (usually by using the Reply All button). Also, please don't top-post on this list (i.e. put your reply below the text you're replying to, not above it). Now, see below :). 2010/9/10 Vojáček Aleš : > Thank you for fast reply. > So I have to creat

Re: Checkout exclude pattern

2010-09-10 Thread Daniel Shahaf
Itamar O wrote on Fri, Sep 10, 2010 at 14:32:54 +0300: > On Fri, Sep 10, 2010 at 2:05 PM, Daniel Shahaf wrote: > > > So, you want a way to do > > > >svn up --set-depth=exclude $file > > > > at checkout time? > > > > I think the desired behavior is not related to set-depth. > something lik

Re: Checkout exclude pattern

2010-09-10 Thread Itamar O
On Fri, Sep 10, 2010 at 2:05 PM, Daniel Shahaf wrote: > So, you want a way to do > >svn up --set-depth=exclude $file > > at checkout time? > I think the desired behavior is not related to set-depth. something like: svn [up,co] --exclude so you could also use set-depth, if relevant. I'

Re: Auto props

2010-09-10 Thread Johan Corveleyn
2010/9/10 Vojáček Aleš : > Hi all, > Is it possible to set up enable-auto-props = yes and eon styles on server > side, or this is possible only on client side? > > I want to set up this on server side, because I do not want to change configs > on all clients and I want to be sure, that all client

Re: Update and Status in large working copy causes Windows to hang

2010-09-10 Thread Johan Corveleyn
On Fri, Sep 10, 2010 at 10:14 AM, wrote: > Hi. > > > > Now I'm getting bitten by this. > > > >> -Original Message- > >> From: Justin Johnson [mailto:jus...@honesthacker.com] > >> Sent: Monday, October 26, 2009 9:39 PM > >> Subject: Re: Update and Status in large working copy causes Window

Auto props

2010-09-10 Thread Vojáček Aleš
Hi all, Is it possible to set up enable-auto-props = yes and eon styles on server side, or this is possible only on client side? I want to set up this on server side, because I do not want to change configs on all clients and I want to be sure, that all clients will set up autoprops correctly f

Re: Does svn merge --reintegrate ^URL syntax really work ?

2010-09-10 Thread Daniel Shahaf
LiuYan 刘研 wrote on Fri, Sep 10, 2010 at 00:19:54 -0700: > > Thank you Erik, > > 1. I think I got the cause: > I use Subversion in windows system, it's a little different to linux/unix > system: > The ^ character is a special character in command prompt window or batch > file. the ^ character and

Re: Checkout exclude pattern

2010-09-10 Thread Daniel Shahaf
So, you want a way to do svn up --set-depth=exclude $file at checkout time? Ds Jstc wrote on Thu, Sep 09, 2010 at 19:22:02 -0700: > I use subversion to remotely participate in a project with gigs of > frequently-changing files that never affect me, mostly images and > localizations.

RE: Update and Status in large working copy causes Windows to hang

2010-09-10 Thread Ullrich.Jans
Hi. Now I'm getting bitten by this. > -Original Message- > From: Justin Johnson [mailto:jus...@honesthacker.com] > Sent: Monday, October 26, 2009 9:39 PM > Subject: Re: Update and Status in large working copy causes Windows to > hang [...] > Interesting, none the less. Than

Re: Does svn merge --reintegrate ^URL syntax really work ?

2010-09-10 Thread LiuYan 刘研
Thank you Erik, 1. I think I got the cause: I use Subversion in windows system, it's a little different to linux/unix system: The ^ character is a special character in command prompt window or batch file. the ^ character and it's following characters MUST be quoted: E:\Incoming\svntest\calc\branc