checkout - Learning SVN properly -
i'm new using svn. have used git year , never had trouble doing simplest(?) things.
i having easy time creating new svn repo on local machine (mac). understand leaving commit
, viewing commit log, checking status of modified files, etc. i'm having hardest time pulling repo/syncing changes set svn repo on server.
when run:
svn co http://subdomain.site.com
i get:
svn: options of 'http://subdomain.site.com ': 200 ok (http://subdomain.site.com)
double , triple checked url. far can tell, doing way wrong when pulling repo subdomain. (have managed pull , sync non-subdomain before...once) have watched/read many tutorials. skips past have issues. rather use git of old sites mess use svn.
this link http://svn.haxx.se/dev/archive-2010-01/0211.shtml suggest after triple checking url wrong.
btw: subversion repositories behind http server have longer url's. instance http://svnserver.insomedomain.com/svn/svnrepository/trunk/project
or http://svnserver.insomedomain.com/svn/svnrepository/tags/project/v1.0
Comments
Post a Comment