[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] Keyword - Id - Http - Domain - Backslash

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 5 Feb 2008 06:24:41 -0800

On Feb 5, 2008 3:21 AM, Decoppet, Carlos <cdecoppet_at_bit.com.ar> wrote:
> Our environment is :
>
> - Repositories over windows.
>
> - Development environment over windows.
>
> - Eclipse 3.0
>
> - Access to repository by "file:///......."
>
> - Type of authentication by accessing to machine with repositories
> is by Domain.
>
> We set in our classes the keyword "Id" and everything is ok. The string
> generated is :
>
> $Id: TestLogin.java 18 2008-02-05 11:18:04Z myUser $
>
>
>
>
>
> But now we are using
>
> - access to repositories by HTTP
>
> - Eclipse 3.2
>
> And keyword "Id" is generating the next string :
>
> $Id: TestLogin.java 18 2008-02-05 11:18:04Z myDomain\myUser $
>
> The problem is the backslash not escaped between myDomain and myUser
>
>
>
> Any idea, how solve this?

Change your HTTP setup so that the domain is not included in the user
name. You must be using mod_sspi for authentication. It has a
setting you can put in the httpd.conf that tells it to strip out the
domain.

This is really a Subversion question, not Subclipse. I only point
this out because the Subversion users@ list is more heavily trafficked
and therefore the quantity of answers you can receive goes up.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-02-05 15:24:48 CET

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.