Re: better messaging w/ mod_dontdothat?

2012-09-05 Thread Mark Phippard
On Wed, Sep 5, 2012 at 2:56 PM, Doug Hunley wrote: > I've recently been tasked to implement mod_dontdothat, and the > implementation is in jeopardy of being cancelled due to the apparent > lack of ability to customize the error messaging returned to the user > when mod_dontdothat disallows an act

Re: Trying to authenticate "Basic Setup"

2012-09-05 Thread Andy Levy
1. Please stop sending HTML/rich text formatted email. The list prefers plain text. 2. Please stop top-posting. The list convention is inline comments/bottom-posting. On Wed, Sep 5, 2012 at 2:54 PM, wrote: > Andy, > > I've tried that here's the updated one from 10 minutes ago. > > Still can't au

Re: Need Help : Purging very old (/unwanted) revisions

2012-09-05 Thread vinay modi
Thanks John for your prompt response. I am not an svn administator and so I am unable to list down the steps to be followed in order to achieve this. Could you please provide me the steps (/commands) to be followed. Regards Vinay On Wednesday, September 5, 2012, John Maher wrote: > Hello,

better messaging w/ mod_dontdothat?

2012-09-05 Thread Doug Hunley
I've recently been tasked to implement mod_dontdothat, and the implementation is in jeopardy of being cancelled due to the apparent lack of ability to customize the error messaging returned to the user when mod_dontdothat disallows an action. Is there some means I'm missing of configuring this? As

Re: Trying to authenticate "Basic Setup"

2012-09-05 Thread jravagno
Andy, I've tried that here's the updated one from 10 minutes ago. Still can't authenticate. I also added a new users name and pasword. Does it matter on what modules I need or not need loaded for basic authentication?? # DAV svn #SVNPath C:\svnrepos\test1 SVNParentPath c:\svnrepo

Re: Trying to authenticate "Basic Setup"

2012-09-05 Thread Andy Levy
Please don't send HTML-formatted email to the list. On Wed, Sep 5, 2012 at 1:01 PM, wrote: > > # > DAV svn > #SVNPath C:\svnrepos\test1 > SVNParentPath c:\svnrepos > #SVNListParentPath on > # SVNIndexXSLT "/svnindex.xsl" > AuthType Basic > AuthName "Subversion Repository" > AuthUserFile C:\svnr

Re: Trying to authenticate "Basic Setup"

2012-09-05 Thread jravagno
# DAV svn #SVNPath C:\svnrepos\test1 SVNParentPath c:\svnrepos #SVNListParentPath on # SVNIndexXSLT "/svnindex.xsl" AuthType Basic AuthName "Subversion Repository" AuthUserFile C:\svnrepos\test1\conf\passwd #AuthzSVNAccessFile svnaccessfile Require valid-user Jim Ravagno - Or

Re: Trying to authenticate "Basic Setup"

2012-09-05 Thread Ryan Schmidt
On Sep 5, 2012, at 10:27, jrava...@comcast.net wrote: > I get the followning error: > "Unable to connect to a repository at URL 'http://localhost/svnrepos/test1' It sounds like that's not the URL of the repository. Show us the relevant part of your httpd.conf.

Re: Serious problem on my SVN

2012-09-05 Thread Ryan Schmidt
On Sep 5, 2012, at 10:12, "Semerdzhiev, Atanas" wrote: > Hi Can you help me out to resolve this. > > Thanks in advance! > > Atanas Semerdzhiev > Software designer > Harris Corporation > > > --- > Subversion Exception! > --- > Subversion enc

Serious problem on my SVN

2012-09-05 Thread Semerdzhiev, Atanas
Hi Can you help me out to resolve this. Thanks in advance! Atanas Semerdzhiev Software designer Harris Corporation --- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the Subversion mailin

Trying to authenticate "Basic Setup"

2012-09-05 Thread jravagno
Hi, My passwrds were set when I installed the program, ex: Harry and Sally. When I right click and  select sv n-repo-browser and use the location " http://localhost/svnrepos/test1 " I get the followning error: "Unable to connect to a repository at URL 'http://localhost/svnrepos/test1' T

Re: problem with dialog box uisng Tortoisesvn

2012-09-05 Thread Ulrich Eckhardt
Am 05.09.2012 11:14, schrieb Carmit Shiran: Where exaclty am I supposed to write this command. I dont' see in the book In what path on the cmd line? Is this how to use it? Do I write $svn? or just svn (which also didn;t work for me)? Others already suggested that you check whether the com

Re: problem with dialog box uisng Tortoisesvn

2012-09-05 Thread Ryan Schmidt
On Sep 5, 2012, at 04:14, Carmit Shiran wrote: > c:\Program files\TortoiseSVN\bin> $svn commit > > I got the following message: > '$svn' is not recognized as an internal or external command, operable program > or batch file. You're not supposed to type "$". We just use "$" to indicate "type t

RE: problem with dialog box uisng Tortoisesvn

2012-09-05 Thread Bert Huijben
$ svn ci -m "comment" Is a common way for documentation to tell that you should type exactly what is behind the $. The '$' itself is a placeholder for your prompt which could be something like 'C:\Windows>' on Windows or something like '~/svn-site (bert@host)' on another system. If you leav

RE: problem with dialog box uisng Tortoisesvn

2012-09-05 Thread Cooke, Mark
> -Original Message- > From: Carmit Shiran [mailto:carmit.shi...@gmail.com] > Sent: 05 September 2012 10:15 > To: Cooke, Mark > Cc: users@subversion.apache.org > Subject: Re: problem with dialog box uisng Tortoisesvn > > On Wed, Sep 5, 2012 at 11:43 AM, Cooke, Mark > wrote: > > > -

Re: problem with dialog box uisng Tortoisesvn

2012-09-05 Thread Thorsten Schöning
Guten Tag Carmit Shiran, am Mittwoch, 5. September 2012 um 11:14 schrieben Sie: > I got the following message: > '$svn' is not recognized as an internal or external command, operable > program or batch file. $svn of course is not an executable or why didn't you call $TortoiseProc.exe? > Where ex

Re: problem with dialog box uisng Tortoisesvn

2012-09-05 Thread Carmit Shiran
On Wed, Sep 5, 2012 at 11:43 AM, Cooke, Mark wrote: > > -Original Message- > > From: Carmit Shiran [mailto:carmit.shi...@gmail.com] > > Sent: 05 September 2012 09:25 > > To: users@subversion.apache.org > > Subject: problem with dialog box uisng Tortoisesvn > > > > hello, > > I downloaded

RE: problem with dialog box uisng Tortoisesvn

2012-09-05 Thread Cooke, Mark
> -Original Message- > From: Carmit Shiran [mailto:carmit.shi...@gmail.com] > Sent: 05 September 2012 09:25 > To: users@subversion.apache.org > Subject: problem with dialog box uisng Tortoisesvn > > hello, > I downloaded Tortoisesvn to my computer. > I want the following command to be exe

Re: problem with dialog box uisng Tortoisesvn

2012-09-05 Thread Thorsten Schöning
Guten Tag Carmit Shiran, am Mittwoch, 5. September 2012 um 10:24 schrieben Sie: > What am I not doing right? You are at least on the wrong mailing list, Tortoise has its own. http://tortoisesvn.net/support.html Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thor

problem with dialog box uisng Tortoisesvn

2012-09-05 Thread Carmit Shiran
hello, I downloaded Tortoisesvn to my computer. I want the following command to be executed without opening the dialog box at the end (I don't want the user to enter any data): TortoiseProc.exe /command:commit /path:"C:\Projects\Widget3_Dev" /closeonend:1 The /closeonend:1 doesn't seem to work. I

Re: Need Help : Purging very old (/unwanted) revisions

2012-09-05 Thread Thorsten Schöning
Guten Tag vinay modi, am Dienstag, 4. September 2012 um 22:03 schrieben Sie: > Now, I want to keep only the last 2 revisions of all documents i.e 2 for A, > 2 for B, 2 for C and 1 for D.. > Is there any way I can achieve this in my subversion repository? Not easily, you may have a look at svndump