RE: Web Browsing previous versions and version diffs?

2011-02-02 Thread Curley, John
-Original Message- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: Wednesday, February 02, 2011 11:49 PM To: Curley, John Cc: users@subversion.apache.org Subject: Re: Web Browsing previous versions and version diffs? On Feb 2, 2011, at 18:04, Curley, John wrote: > Our

Re: Web Browsing previous versions and version diffs?

2011-02-02 Thread Ryan Schmidt
On Feb 2, 2011, at 18:04, Curley, John wrote: > Our svn repositories are accessed through the apache/http method, which > presents the current version of the repository. Is there a way to specify a > previous version of the repository? Perhaps through one of those ?param=value > clauses? Yes;

RE: Web Browsing previous versions and version diffs?

2011-02-02 Thread Cooke, Mark
> > On Thu, Feb 3, 2011 at 5:34 AM, Curley, John > > wrote: > > > > Hi all, > > > > Two questions, related I hope. > > > > Our svn repositories are accessed through the > > apache/http method, which presents the current version of the > > repository. Is there a way to spe

Subversion Exception!

2011-02-02 Thread Sujith Uchakkavil
--- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the Subversion mailing list (users@subversion.apache.org) with as much information as possible about what you were trying to do. But

Re: Web Browsing previous versions and version diffs?

2011-02-02 Thread vishwajeet singh
On Thu, Feb 3, 2011 at 5:34 AM, Curley, John wrote: > Hi all, > > Two questions, related I hope. > > Our svn repositories are accessed through the apache/http method, which > presents the current version of the repository. Is there a way to specify a > previous version of the repository? Perhaps t

Web Browsing previous versions and version diffs?

2011-02-02 Thread Curley, John
Hi all, Two questions, related I hope. Our svn repositories are accessed through the apache/http method, which presents the current version of the repository. Is there a way to specify a previous version of the repository? Perhaps through one of those ?param=value clauses? Is there a way t

Re: Reduce size of repository for backup

2011-02-02 Thread Les Mikesell
On 2/2/11 2:47 PM, Andy Levy wrote: On Wed, Feb 2, 2011 at 15:14, Daniel Andersson wrote: Hi all, I deleted a bunch of large files from our repository yesterday that was not meant to be stored there. But these are still of course in the SVN history. I wish to do a backup each night and today

Re: Reduce size of repository for backup

2011-02-02 Thread Andy Levy
On Wed, Feb 2, 2011 at 15:14, Daniel Andersson wrote: > Hi all, > > I deleted a bunch of large files from our repository yesterday that was not > meant to be stored there. But these are still of course in the SVN history. > > I wish to do a backup each night and today I use svnadmin hotcopy for th

Reduce size of repository for backup

2011-02-02 Thread Daniel Andersson
Hi all, I deleted a bunch of large files from our repository yesterday that was not meant to be stored there. But these are still of course in the SVN history. I wish to do a backup each night and today I use svnadmin hotcopy for that, and rsync that hotcopy to an off-site server. I chose ho

RE: Error on Post Commit Hook.BAT

2011-02-02 Thread Bob Archer
> On 2/1/2011 11:36 PM, Waseem Bokhari wrote: > I am not using any email program But Only using my SMTP SERVER > > E:\Repositories\WSBokhari\hooks\send_message.exe %MESSAGE_FILE% > %server% %to% %from% %subj% %auth% > > > Then how would I mention this? > > > > You need to find a program that

Re: Checkout really slow in Windows with lots of files in one directory

2011-02-02 Thread OBones
Stefan Sperling wrote: On Wed, Feb 02, 2011 at 04:12:07PM +0100, OBones wrote: Neil Bird wrote: I couldn't use the version from trunk/1.7 as it differs too much. I will try to submit the patch for someone's perusal at some point, but I couldn't properly test is as for some reason m

Re: Checkout really slow in Windows with lots of files in one directory

2011-02-02 Thread Stefan Sperling
On Wed, Feb 02, 2011 at 04:12:07PM +0100, OBones wrote: > Neil Bird wrote: > > I couldn't use the version from trunk/1.7 as it differs too > >much. I will try to submit the patch for someone's perusal at > >some point, but I couldn't properly test is as for some reason my > >build of svn out of 1

RE: Checkout really slow in Windows with lots of files in one directory

2011-02-02 Thread Bob Archer
> On Wed, Feb 2, 2011 at 7:41 AM, Geoff Rowell > wrote: > > On Wed, Feb 2, 2011 at 4:09 AM, Nick > wrote: > >> On Tue, 2011-02-01 at 13:00 -0500, Mark Phippard wrote: > >> > >> On Wed, Jan 26, 2011 at 9:28 AM, Neil Bird > wrote: > >> > >>>  We have a graphics-oriented code-base that's auto-gener

Re: I need some help with a bad revision :(

2011-02-02 Thread Ing. Paolo Mazzoni
?Thank you, we solved :-) My scenario was: - left side of source: URL to "trunk", revision N - right side of source: URL to "trunk", revision M (where N < M) - merge target: a working copy of "branches/branch1" But i didn't selected revision range N-M, so i suppose my old SVN Server inclu

Re: Checkout really slow in Windows with lots of files in one directory

2011-02-02 Thread Stefan Sperling
On Wed, Feb 02, 2011 at 03:04:22PM +, Neil Bird wrote: > I have since compiled up the latest 1.6.x branch, and patched > svn_io_open_unique_file3() to not call svn_io_open_uniquely_named() > with 'tempfile.tmp', & instead I cut'n'paste > svn_io_open_uniquely_named(), replacing the 1-9 loo

Re: Checkout really slow in Windows with lots of files in one directory

2011-02-02 Thread OBones
Neil Bird wrote: I couldn't use the version from trunk/1.7 as it differs too much. I will try to submit the patch for someone's perusal at some point, but I couldn't properly test is as for some reason my build of svn out of 1.6.x svn (even before modifying it) fails 'make check': all the

Re: Checkout really slow in Windows with lots of files in one directory

2011-02-02 Thread Neil Bird
Around about 01/02/11 18:00, Mark Phippard typed ... I created a folder with 5001 files in it ... maybe that is not enough? I think the issue is to do with properties, so you'd have to make sure all those files have props. (we use autoprops for mime-type/eol-style/header-expansion). IIR

Re: Checkout really slow in Windows with lots of files in one directory

2011-02-02 Thread Mark Phippard
On Wed, Feb 2, 2011 at 7:41 AM, Geoff Rowell wrote: > On Wed, Feb 2, 2011 at 4:09 AM, Nick wrote: >> On Tue, 2011-02-01 at 13:00 -0500, Mark Phippard wrote: >> >> On Wed, Jan 26, 2011 at 9:28 AM, Neil Bird wrote: >> >>>  We have a graphics-oriented code-base that's auto-generated and has >5000 >

Re: Checkout really slow in Windows with lots of files in one directory

2011-02-02 Thread Geoff Rowell
On Wed, Feb 2, 2011 at 4:09 AM, Nick wrote: > On Tue, 2011-02-01 at 13:00 -0500, Mark Phippard wrote: > > On Wed, Jan 26, 2011 at 9:28 AM, Neil Bird wrote: > >>  We have a graphics-oriented code-base that's auto-generated and has >5000 >> source files in one directory.  While I can check this out

Re: .htaccess commit issue

2011-02-02 Thread Ryan Schmidt
On Feb 2, 2011, at 05:30, debu --- Debajit kataki wrote: > I have an Apache-SVN server and what i have noticed that any folder with > .htaccess file or even ^.ht wont get committed in SVN. > > I understand that this is an expected security behavior by apache, but what I > am looking here a pr

Re: Error on Post Commit Hook.BAT

2011-02-02 Thread Thorsten Schöning
Guten Tag David Chapman, am Mittwoch, 2. Februar 2011 um 08:49 schrieben Sie: > My Subversion installation does not send E-mail to developers and so I > do not know of any programs that send mail to an SMTP server from a > Windows command line prompt. Perhaps someone else on the list will > kno

.htaccess commit issue

2011-02-02 Thread debu --- Debajit kataki
Hello Friends, I have an Apache-SVN server and what i have noticed that any folder with .htaccess file or even ^.ht wont get committed in SVN. I understand that this is an expected security behavior by apache, but what I am looking here a proven workaround, so that my users can commit those fold

Re: Error on Post Commit Hook.BAT

2011-02-02 Thread Andy Levy
On Wed, Feb 2, 2011 at 06:35, Waseem Bokhari wrote: > -Original Message- > From: Andy Levy [mailto:andy.l...@gmail.com] > Sent: Wednesday, February 02, 2011 4:26 PM > To: David Chapman > Cc: Waseem Bokhari; users@subversion.apache.org > Subject: Re: Error on Post Commit Hook.BAT > > > > On

RE: Error on Post Commit Hook.BAT

2011-02-02 Thread Waseem Bokhari
-Original Message- From: Andy Levy [mailto:andy.l...@gmail.com] Sent: Wednesday, February 02, 2011 4:26 PM To: David Chapman Cc: Waseem Bokhari; users@subversion.apache.org Subject: Re: Error on Post Commit Hook.BAT On Wed, Feb 2, 2011 at 02:49, David Chapman wrote: > On 2/1/2011 11:36

Re: Error on Post Commit Hook.BAT

2011-02-02 Thread Andy Levy
On Wed, Feb 2, 2011 at 02:49, David Chapman wrote: > On 2/1/2011 11:36 PM, Waseem Bokhari wrote: > > I am not using any email program But Only using my SMTP SERVER > > > > E:\Repositories\WSBokhari\hooks\send_message.exe %MESSAGE_FILE% %server% > %to% %from% %subj% %auth% > > > > > > Then how woul

Re: I need some help with a bad revision :(

2011-02-02 Thread Stefan Sperling
On Wed, Feb 02, 2011 at 09:18:38AM +0100, Ing. Paolo Mazzoni wrote: > ?First of all, sorry for my english that is not my mother language. > > Some times ago i did a branch in my project, i tryed to do a project folder: > > - trunk > - branches > - branch1 > - tags > > Later i had to develop

Re: Checkout really slow in Windows with lots of files in one directory

2011-02-02 Thread Nick
On Tue, 2011-02-01 at 13:00 -0500, Mark Phippard wrote: > On Wed, Jan 26, 2011 at 9:28 AM, Neil Bird wrote: > > > We have a graphics-oriented code-base that's auto-generated and has >5000 > > source files in one directory. While I can check this out OK on Linux, > > we're seeing an unusable sl

I need some help with a bad revision :(

2011-02-02 Thread Ing. Paolo Mazzoni
?First of all, sorry for my english that is not my mother language. Some times ago i did a branch in my project, i tryed to do a project folder: - trunk - branches - branch1 - tags Later i had to develop disconnected from my SVN server so i checked out in my notebook ALL the project folder,