On Jul 15, 2014, at 10:26 AM, frank ernest wrote:

> Hi, I created a repo using svnadmin create in a dir called trunk (that's what 
> your supposed to do, right?) 

No, you "svnadmin create" your repositories in a central place on your server. 
Then you configure your Subversion server (svnserve or mod_dav_svn) to serve 
those repositories. Then you import code into those repositories via the URLs 
exposed by your Subversion server. This and other basics of Subversion should 
be amply described in the SVN Book at http://svnbook.org/

Reply via email to