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
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
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,
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
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
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
#
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
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.
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
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
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
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
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
$ 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
> -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:
>
> > -
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
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
> -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
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
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
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
21 matches
Mail list logo