help me connect a SVN repositories.

How can I connect a SVN Repository using sled 11/12 desktops ? the svn repo I want to connect is https://svn.novell.com/svn/plugin-sdk/

please share with me the command/syntax .

[QUOTE=sharfuddin;25937]How can I connect a SVN Repository using sled 11/12 desktops ? the svn repo I want to connect is https://svn.novell.com/svn/plugin-sdk/

please share with me the command/syntax .[/QUOTE]

Is you problem that you don’t know how to use svn, or that you don’t know how to install the svn client, or something else?

Does where ever you got the address of this svn repo from not provide instruction on how to use it?

The typical svn command to use to get data from the system follows:

svn co https://your.server.goes.here/path/here

If you have an https-enabled repository you may also want to just try the
URL in your web browser. If it does not work, or if it requires
authentication that does not work, or if something else is amiss, you’ll
likely see that there.

In the case of Novell’s SVN server, I’ve hit problems in the past with 302
messages (HTTP redirects) coming back, presumably because of integration
with other systems. Until that is resolved the data you are after can
mostly be accessed using the Sentinel Plug-IN SDK available under the
‘Developer Kit’ tab on this page:

https://www.netiq.com/support/sentinel/plugins/preview.html


Good luck.

If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…