Re: SVN Hooks to require log message, limit size and file type

2011-01-11 Thread Daniel Becroft
On Wed, Jan 12, 2011 at 11:46 AM, David Xie wrote: > Hello, > > I am looking for a hook to require log message when commit. I succeded to > do it. > > At the same time, I want to limit size less than 10MB and forbid .zip .7z > .rar file type. > I found some hooks from internet, tried multi times

Re: including a banner in Subversion URL

2011-01-11 Thread Daniel Shahaf
Ryan Schmidt wrote on Tue, Jan 11, 2011 at 14:38:36 -0600: > On Jan 11, 2011, at 14:34, Ramesh Nadupalli wrote: > > > Ryan Schmidt wrote: > > > > >> On Jan 10, 2011, at 20:38, Ramesh Nadupalli wrote: > >> > >>> I would like to have banner set for a subversion URL, can someone guide > >>> how th

SVN Hooks to require log message, limit size and file type

2011-01-11 Thread David Xie
Hello, I am looking for a hook to require log message when commit. I succeded to do it. At the same time, I want to limit size less than 10MB and forbid .zip .7z .rar file type. I found some hooks from internet, tried multi times but all failed. I could always commit big than 10M files and zip fi

RE: including a banner in Subversion URL

2011-01-11 Thread Ramesh Nadupalli
Thanks Ryan. Will give a shot. -Original Message- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: Tuesday, January 11, 2011 3:39 PM To: Ramesh Nadupalli Cc: users@subversion.apache.org Subject: Re: including a banner in Subversion URL On Jan 11, 2011, at 14:34, Ramesh

Re: Feature Request: [Was: Best way to maintain patches to a 3rd party library?]

2011-01-11 Thread Johan Corveleyn
On Tue, Jan 11, 2011 at 11:09 PM, NN Ott wrote: > > > On Tue, Jan 11, 2011 at 2:16 PM, Stefan Sperling wrote: >> >> On Tue, Jan 11, 2011 at 01:36:37PM -0500, NN Ott wrote: >> > I just want the svn copy/log/diff/merge logic to see past, and account >> > for, >> > and svn:external barrier.   Very m

Re: Feature Request: [Was: Best way to maintain patches to a 3rd party library?]

2011-01-11 Thread NN Ott
On Tue, Jan 11, 2011 at 2:16 PM, Stefan Sperling wrote: > On Tue, Jan 11, 2011 at 01:36:37PM -0500, NN Ott wrote: > > I just want the svn copy/log/diff/merge logic to see past, and account > for, > > and svn:external barrier. Very much a one-way flow of changes. Imho, > > doesn't seem too bizz

OPTIONS of ... could not connect to server

2011-01-11 Thread Ben Kim
Hi Whenever I commit, I'm getting this message. svn: Commit failed (details follow): svn: OPTIONS of 'https://svn.example.com/repos/mysite': could not connect to server (https://svn.example.com) Can anyone tell me where to look? Thanks. I'm on CentOS 5.4, kernel 2.6.18-128.el5 #1 SMP svn,

Re: I can not browsing a subversion webpage

2011-01-11 Thread Les Mikesell
On 1/11/2011 3:16 PM, Daniela Rivas wrote: You just need to make sure you set the correct MIME type on everything you add to the repository. You do this by setting the svn:mime-type property. Each .html file needs to have the MIME type "text/html"; each PNG image should have the MIME type "ima

Re: I can not browsing a subversion webpage

2011-01-11 Thread Daniela Rivas
Ryan Schmidt wrote: On Jan 10, 2011, at 10:35, Andy Levy wrote: On Mon, Jan 10, 2011 at 11:20, Daniela Rivas wrote: I am installing and configuring a subversion repository and I have some problems doing that. When I am trying to see the page in a browser, I get the directories trunk, br

Re: including a banner in Subversion URL

2011-01-11 Thread Ryan Schmidt
On Jan 11, 2011, at 14:34, Ramesh Nadupalli wrote: > Ryan Schmidt wrote: > >> On Jan 10, 2011, at 20:38, Ramesh Nadupalli wrote: >> >>> I would like to have banner set for a subversion URL, can someone guide >>> how this can be accomplished? >> >> Do you mean that you would like to customize t

RE: including a banner in Subversion URL

2011-01-11 Thread Ramesh Nadupalli
Thanks Ryan. I am an administrator, wants to use this feature to notify users about the upcoming outages, repository movements etc... Any pointers? -Original Message- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: Tuesday, January 11, 2011 2:07 AM To: Ramesh Nadupal

Re: Feature Request: [Was: Best way to maintain patches to a 3rd party library?]

2011-01-11 Thread Les Mikesell
On 1/11/2011 12:36 PM, NN Ott wrote: It sounds like what you really want is commit access to the upstream Subversion repository, possibly restricted to a special branch. Then your change identifiers would be in the same universe. I just want the svn copy/log/diff/merge logic to s

Re: Feature Request: [Was: Best way to maintain patches to a 3rd party library?]

2011-01-11 Thread Stefan Sperling
On Tue, Jan 11, 2011 at 01:36:37PM -0500, NN Ott wrote: > I just want the svn copy/log/diff/merge logic to see past, and account for, > and svn:external barrier. Very much a one-way flow of changes. Imho, > doesn't seem too bizzare or non-svn like. It may seem like that on the surface. But an

Re: Can I commit under a different user name?

2011-01-11 Thread Kylo Ginsberg
On Tue, Jan 11, 2011 at 9:50 AM, Andy Levy wrote: > On Tue, Jan 11, 2011 at 12:42, NN Ott wrote: > > Hi all, > > If UserA checks out a working copy on to his machine, can UserB walk up > to > > that machine and the commit changes under his own credentials? > > Would seem possible, but just wante

Re: Feature Request: [Was: Best way to maintain patches to a 3rd party library?]

2011-01-11 Thread Daniel Shahaf
Stefan Sperling wrote on Tue, Jan 11, 2011 at 19:02:00 +0100: > See here: http://subversion.apache.org/faq.html#multi-merge This contains a broken link to .

Re: Feature Request: [Was: Best way to maintain patches to a 3rd party library?]

2011-01-11 Thread NN Ott
On Tue, Jan 11, 2011 at 1:02 PM, Stefan Sperling wrote: > On Tue, Jan 11, 2011 at 12:36:58PM -0500, NN Ott wrote: > > > > > > > > > >> To recap, as Les put it: > > > >> > > > >> I think the idea is that he'd like to see the development history of > > > both the vendor and local changes as a conti

Re: Can I commit under a different user name?

2011-01-11 Thread NN Ott
On Tue, Jan 11, 2011 at 12:50 PM, Andy Levy wrote: > On Tue, Jan 11, 2011 at 12:42, NN Ott wrote: > > Hi all, > > If UserA checks out a working copy on to his machine, can UserB walk up > to > > that machine and the commit changes under his own credentials? > > Would seem possible, but just want

Re: Feature Request: [Was: Best way to maintain patches to a 3rd party library?]

2011-01-11 Thread Stefan Sperling
On Tue, Jan 11, 2011 at 12:36:58PM -0500, NN Ott wrote: > > > > > > >> To recap, as Les put it: > > >> > > >> I think the idea is that he'd like to see the development history of > > both the vendor and local changes as a continuous set of changes as you > > would if they were in the same repositor

Re: Can I commit under a different user name?

2011-01-11 Thread David Weintraub
On Tue, Jan 11, 2011 at 12:42 PM, NN Ott wrote: > Hi all, > > If UserA checks out a working copy on to his machine, can UserB walk up to > that machine and the commit changes under his own credentials? > > Would seem possible, but just wanted to double check if there are any pit > falls. > You

Re: Can I commit under a different user name?

2011-01-11 Thread Andy Levy
On Tue, Jan 11, 2011 at 12:42, NN Ott wrote: > Hi all, > If UserA checks out a working copy on to his machine, can UserB walk up to > that machine and the commit changes under his own credentials? > Would seem possible, but just wanted to double check if there are any pit > falls. > Thanks Creden

Can I commit under a different user name?

2011-01-11 Thread NN Ott
Hi all, If UserA checks out a working copy on to his machine, can UserB walk up to that machine and the commit changes under his own credentials? Would seem possible, but just wanted to double check if there are any pit falls. Thanks

Feature Request: [Was: Best way to maintain patches to a 3rd party library?]

2011-01-11 Thread NN Ott
> > > >> To recap, as Les put it: > >> > >> I think the idea is that he'd like to see the development history of > both the vendor and local changes as a continuous set of changes as you > would if they were in the same repository with log and diff working across > any points in time or branch vers

RE: svnadmin create and not being method agnostic

2011-01-11 Thread Bob Archer
> > svnadmin create .\repository > > svnserve -r . > > > > and a repository is created and served via svnserve. With the > above > > defaults, a third step is required, which can get tedious. I'd > propose > > enabling svnserve by default, and it can then be disabled if > required. This > > also ma

Re: Is there a 2 GB file size limit in Subversion - Apache? 413 Request Entity Too Large -- Solution

2011-01-11 Thread kmradke
"Curley, John" wrote on 01/11/2011 12:03:46 AM: > There seems to be a 2 GB file size limit, if you use the default > command to commit. We encountered this problem and eventually found > the solution. > > This is not a Subversion limit, nor is it an Apache limit. I believe this is only a limi

Re: How to get svn-bisect?

2011-01-11 Thread Ryan Schmidt
On Jan 11, 2011, at 07:42, Les Mikesell wrote: > On 1/11/11 1:09 AM, Ryan Schmidt wrote: >> Subversion does not include a program called "svn-bisect". For those of us >> not familiar with git, perhaps you could explain what git-bisect does, then >> we can tell you if there is equivalent functiona

Re: How to get svn-bisect?

2011-01-11 Thread Les Mikesell
On 1/11/11 1:09 AM, Ryan Schmidt wrote: On Jan 10, 2011, at 13:39, Tech Geek wrote: We are using svn, version 1.6.12 (r955767) on a Linux based machine (SVN Server) and use TortoiseSVN as clients. However, I do not see command svn-bisect on both of them. How can I get svn-bisect just like the

Re: usage of svn_wc_diff

2011-01-11 Thread JamieEchlin
Daniel Näslund wrote: > > Hope, you'll be able to solve your problem. Here's a script that's a bit > more clean than the previous one. I haven't tested it much at all but it > appears to be able to display added, modified and deleted properties set > on both dirs and files. The '###' lines repre

Re: annotate/log mergeinfo

2011-01-11 Thread JamieEchlin
Kylo Ginsberg-2 wrote: > > Does anyone have a script that will annotate and/or log mergeinfo. I.e. > I'd > like to: > * see all the log entries that modified svn:mergeinfo for a given node > (file > or directory) > * annotate the svn:mergeinfo for a given node, so I can see what > author/rev >

Re: Viewing Subversion in 3D (without glasses)

2011-01-11 Thread Pablo Beltran
That sort of information can be represented in the current 2D Subversion space as the line between two points: Example: http://www.svnflash.com/images/svnflash/branch_is_2d.png If the */a/b* item at the *N+2* revision is replaced (could be also copied or merged) with the previous content of the *