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

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

From: Decoppet, Carlos <cdecoppet_at_bit.com.ar>
Date: Tue, 5 Feb 2008 09:21:50 -0200

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?

 

Thanks.....
Received on 2008-02-05 12:34:21 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.