tags:

views:

52

answers:

3

How can I check my svn connection?

+6  A: 

Simply issue svn log and see if it fails.

Johannes Rudolph
+1  A: 

Like Johannes already told you can use svn log to check the connection. If you want to see which settings apply to your current working copy use svn info.

stigi
A: 

I just want to try to connect to server and check the status of my connection.. After that I will do something like check out and etc. well may be another way to get it?

Vepr
Generally on Stackoverflow, questions are modified by means of edits or discussed in the comments on the question. This section is purely for *answers*
Edd