Hi, Mohsin,

Von: Mohsin [mailto:mohsinchan...@gmail.com] 

> How can i check which scheme we are using on linux server ? can you share 
> command so that i can tell you ?

Check the start of the URLs you're using to access the repository:

http://server/some/path    -> http access, apache configuration may be the 
problem.
https://server/some/path   -> http access with ssl protection, apache 
configuration may be the problem.

svn://server/some/path...  -> svn protocol, not affected.
file:///some/path/...      -> direct file access, not affected.
svn+ssh://server/some/path -> svn protocol tunneled through ssh, not affected.

svn+XXX://server/some/path -> svn protocol tunneled through some custom proxy, 
unlikely to be affected unless your tunnel configuration imposes a size limit 
on the total amount of tunneled data.


Best regards

Markus Schaber

CODESYS(r) a trademark of 3S-Smart Software Solutions GmbH

Inspiring Automation Solutions

3S-Smart Software Solutions GmbH
Dipl.-Inf. Markus Schaber | Product Development Core Technology
Memminger Str. 151 | 87439 Kempten | Germany
Tel. +49-831-54031-979 | Fax +49-831-54031-50

E-Mail: m.scha...@codesys.com | Web: http://www.codesys.com | CODESYS store: 
http://store.codesys.com
CODESYS forum: http://forum.codesys.com

Managing Directors: Dipl.Inf. Dieter Hess, Dipl.Inf. Manfred Werner | Trade 
register: Kempten HRB 6186 | Tax ID No.: DE 167014915

This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received
this e-mail in error) please notify the sender immediately and destroy this 
e-mail. Any unauthorised copying, disclosure
or distribution of the material in this e-mail is strictly forbidden.

Reply via email to