src repository

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
dana damian
Posts: 9
Joined: Mon Nov 26, 2007 4:17 am

src repository

Post by dana damian » Fri Nov 30, 2007 4:59 am

Hello,

I am trying to get access into the source code repository. I use TortoiseSVN, I choose checkout, insert the link
https://simtk.org/svn/opensim
as well as my authentication data, but the connection is rejected - I get 2 errors:
1. PROPFIND request failed on'/svn/opensim'
2. PROPFIND on'/svn/opensim':403 forbidden.

Do you know what I miss?
Thank you,
Dana

User avatar
Pieter Peeters
Posts: 1
Joined: Wed Jan 20, 2010 6:00 am

RE: src repository

Post by Pieter Peeters » Tue Mar 02, 2010 2:51 am

I have the same problem, but here it does not accept the OPTIONS command:

svn: Server sent unexpected return value (403 Forbidden) in response to OPTIONS
request for 'https://simtk.org/svn/opensim'

User avatar
Ayman Habib
Posts: 2248
Joined: Fri Apr 01, 2005 12:24 pm

RE: src repository

Post by Ayman Habib » Tue Mar 02, 2010 11:41 am

Pieter and all,

The source code is available only to project members as of now, primarily because the code is under development, however we expose an API to allow users to use OpenSim libraries from their favorite environment. This helps enrich the API while saving users the complicated task of building from sources.

Hope this explains,
-Ayman

POST REPLY