On Tue, May 5, 2009 at 06:50, rajesh k <rajesh_k08_at_infosys.com> wrote:
> Dear Sir/Madam,
>
> I am currently using SVN. I installed the server and also added plugin for subclipse. I am able to import the code into the repository which has been created. I need to access the code in this repository from another system.
> The repository is present in LAN and is shared. I installed subversion in the client system and also created a service specifying the location of the repository present in the server system. But when i got to eclipse-europa and add a new repository location(specifying the location of the server, eg. file:///10.**.***.**/Repositories/Project), it throws a javahl exception. I am not able to rectify it.
>
> Pls let me know the correct procedure of accessing this repository from another system.
When reporting "an exception" it's much more helpful if you report the
*actual* exception thrown.
If you are running svnserve (or Apache), your URL should start with
svn:// (or http(s)://), not file:///. file:/// should not be used on a
shared repository, nor over a network. It's meant for local usage for
a single user or testing.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2069168
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-05 15:00:11 CEST