svn - Adding repository to Eclispe using Subclipse -


all,

i have created repository on unix server , trying connect using subclipse on local machine. when try add repository in eclipse, following error:

ra layer request failed svn: options of 'https://xxx/<my repository>': 200 ok (https://xxx) 

i using subclipse plugin. on windows xp machine. there way can check locally repository accessible?

try tortoisesvn more descriptive in errors, can check parameters repobrowser.

anyway doesn´t seem error, return 200 ok reponse, returning not ok subclipse, url missing information.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -