Issue with respect with Connecting to SVN https url through client

2013-05-30 Thread Arvind Sundareswaran
Hi,

I am trying to connect an https url through SVN client using basic 
authentication and it throws error saying could not authenticate but if I use 
the same https url through browser with the same credential, it is working fine 
without any issues. I tried the same in other networks in the same box and it 
works fine. I understand this is something to do with network but not sure what 
is the issue that I need to report them as it is working fine in browser and 
not working only in SVN client.

Could you please help me on what the problem is, so that I could get it 
resolved with the network team.

Thanks & Regards,
Arvind Kumar


==
This message and any attachments are solely for the intended recipient. If you 
are not the intended recipient, disclosure, copying, use, or distribution of 
the information included in this message is prohibited -- please immediately 
and permanently delete this message.
==


RE: Issue with respect with Connecting to SVN https url through client

2013-05-30 Thread Cooke, Mark
Hi Arvind,

Could you please post in plain text instead of HTML?

> -Original Message-
> From: Arvind Sundareswaran 
> [mailto:arvind_sundareswa...@horizonblue.com] 
> Sent: 30 May 2013 13:25
> To: users@subversion.apache.org
> Subject: Issue with respect with Connecting to SVN https url 
> through client
> 
> Hi,
> 
> I am trying to connect an https url through SVN client using 
> basic authentication and it throws error saying could not 
> authenticate but if I use the same https url through browser 
> with the same credential, it is working fine without any 
> issues. I tried the same in other networks in the same box 
> and it works fine. I understand this is something to do with 
> network but not sure what is the issue that I need to report 
> them as it is working fine in browser and not working only in 
> SVN client. 
> 
> Could you please help me on what the problem is, so that I 
> could get it resolved with the network team.

I had a possibly similar problem a while back, see this thread:

http://subversion.markmail.org/thread/q57ffzbhrdv6ydhp

In essence, the problem was with the different way that browsers and the 
command line handled non-us-english characters (e.g. £) in the password.  To 
date I have no work-around apart from to not use the characters that don't work.

Hope that helps.

~ Mark C

> Thanks & Regards,
> 
> Arvind Kumar
> 
>  
> 
> ==
> 
> This message and any attachments are solely for the intended 
> recipient. If you are not the intended recipient, disclosure, 
> copying, use, or distribution of the information included in 
> this message is prohibited -- please immediately and 
> permanently delete this message.
> ==
> 
> 
> 

Subversion Issue 4357 - Additional Info

2013-05-30 Thread Hans-Peter Carpenter
HI there,

I have the issue described in issue 
4357.

I think it happened after I updated my wc from a different platform. I share my 
subversion checkout with a Windows system and might have done svn up from 
Windows. Today I deleted a bunch of obsolete files and got this issue - I think 
both these things broke my subversion wc.

I use samba to share my subversion checkout.

Regards,


HANS CARPENTER

Tech Writer

http://www.redwood.com


T: +31 30 635 4555
M: +33 601 984 203
F: +31 30 635 4550
E:hans-peter.carpen...@redwood.com




[http://www.redwood.com/signatures/i/grey_break.gif]




RunMyJobs: Process Automation in the Cloud





This message may contain confidential or legally privileged information. In the 
event of any error in transmission, unauthorized recipients are requested to 
contact the sender immediately and do not disclose or make use of this 
information. No warranties or assurances are made or given as to the accuracy 
of the information given or in relation to the safety of this e-mail and any 
attachments. No liability whatsoever is accepted for any consequences arising 
from this e-mail.


RE: Issue with respect with Connecting to SVN https url through client

2013-05-30 Thread Arvind Sundareswaran
Hi Mark,

Thanks for the response. 

I have a special character "-" in the password in between alphanumeric 
characters but the same svn client works if I am not connected to office VPN 
network. Will the handling of non-English characters change across different 
networks?

Thanks & Regards,
Arvind Kumar

-Original Message-
From: Cooke, Mark [mailto:mark.co...@siemens.com] 
Sent: Thursday, May 30, 2013 9:48 AM
To: users@subversion.apache.org
Cc: Arvind Sundareswaran
Subject: RE: Issue with respect with Connecting to SVN https url through client

Hi Arvind,

Could you please post in plain text instead of HTML?

> -Original Message-
> From: Arvind Sundareswaran
> [mailto:arvind_sundareswa...@horizonblue.com]
> Sent: 30 May 2013 13:25
> To: users@subversion.apache.org
> Subject: Issue with respect with Connecting to SVN https url through 
> client
> 
> Hi,
> 
> I am trying to connect an https url through SVN client using basic 
> authentication and it throws error saying could not authenticate but 
> if I use the same https url through browser with the same credential, 
> it is working fine without any issues. I tried the same in other 
> networks in the same box and it works fine. I understand this is 
> something to do with network but not sure what is the issue that I 
> need to report them as it is working fine in browser and not working 
> only in SVN client.
> 
> Could you please help me on what the problem is, so that I could get 
> it resolved with the network team.

I had a possibly similar problem a while back, see this thread:

http://subversion.markmail.org/thread/q57ffzbhrdv6ydhp

In essence, the problem was with the different way that browsers and the 
command line handled non-us-english characters (e.g. £) in the password.  To 
date I have no work-around apart from to not use the characters that don't work.

Hope that helps.

~ Mark C

> Thanks & Regards,
> 
> Arvind Kumar
> 
>  
> 
> ==
> 
> This message and any attachments are solely for the intended 
> recipient. If you are not the intended recipient, disclosure, copying, 
> use, or distribution of the information included in this message is 
> prohibited -- please immediately and permanently delete this message.
> ==
> 
> 
> 

==
This message and any attachments are solely for the intended recipient. If you 
are not the intended recipient, disclosure, copying, use, or distribution of 
the information included in this message is prohibited -- please immediately 
and permanently delete this message.
==



Re: Issue with respect with Connecting to SVN https url through client

2013-05-30 Thread Daniel Shahaf
To clarify, the observations are that 'svn info URL' works over the
office LAN but fails over VPN, right?  With no other changes (same
laptop, same OS user, same locale, etc), and over SSL.

Does the server (mod_dav_svn)'s view of the connection differ between
the LAN and VPN cases?  e.g., does it perhaps receive an SSL connection
in the LAN case but a non-SSL connection in the VPN case?


Arvind Sundareswaran wrote on Thu, May 30, 2013 at 16:44:02 +:
> Hi Mark,
> 
> Thanks for the response. 
> 
> I have a special character "-" in the password in between alphanumeric 
> characters but the same svn client works if I am not connected to office VPN 
> network. Will the handling of non-English characters change across different 
> networks?
> 
> Thanks & Regards,
> Arvind Kumar
> 
> -Original Message-
> From: Cooke, Mark [mailto:mark.co...@siemens.com] 
> Sent: Thursday, May 30, 2013 9:48 AM
> To: users@subversion.apache.org
> Cc: Arvind Sundareswaran
> Subject: RE: Issue with respect with Connecting to SVN https url through 
> client
> 
> Hi Arvind,
> 
> Could you please post in plain text instead of HTML?
> 
> > -Original Message-
> > From: Arvind Sundareswaran
> > [mailto:arvind_sundareswa...@horizonblue.com]
> > Sent: 30 May 2013 13:25
> > To: users@subversion.apache.org
> > Subject: Issue with respect with Connecting to SVN https url through 
> > client
> > 
> > Hi,
> > 
> > I am trying to connect an https url through SVN client using basic 
> > authentication and it throws error saying could not authenticate but 
> > if I use the same https url through browser with the same credential, 
> > it is working fine without any issues. I tried the same in other 
> > networks in the same box and it works fine. I understand this is 
> > something to do with network but not sure what is the issue that I 
> > need to report them as it is working fine in browser and not working 
> > only in SVN client.
> > 
> > Could you please help me on what the problem is, so that I could get 
> > it resolved with the network team.
> 
> I had a possibly similar problem a while back, see this thread:
> 
> http://subversion.markmail.org/thread/q57ffzbhrdv6ydhp
> 
> In essence, the problem was with the different way that browsers and the 
> command line handled non-us-english characters (e.g. £) in the password.  To 
> date I have no work-around apart from to not use the characters that don't 
> work.
> 
> Hope that helps.
> 
> ~ Mark C
> 
> > Thanks & Regards,
> > 
> > Arvind Kumar
> > 
> >  
> > 
> > ==
> > 
> > This message and any attachments are solely for the intended 
> > recipient. If you are not the intended recipient, disclosure, copying, 
> > use, or distribution of the information included in this message is 
> > prohibited -- please immediately and permanently delete this message.
> > ==
> > 
> > 
> > 
> 
> ==
> This message and any attachments are solely for the intended recipient. If 
> you are not the intended recipient, disclosure, copying, use, or distribution 
> of the information included in this message is prohibited -- please 
> immediately and permanently delete this message.
> ==
>