red-bean.com has a good write up, http://svnbook.red-bean.com/en/1.7/svn.ref.svnadmin.c.create.html
Assuming you used /home/pi/repos as your svn root, you'd do : cd /home/pi/repos svnadmin create newRepo or svnadmin create /home/pi/repos/newRepo and it would be accessible at: http(s)://<Host>:<port>/svn/newRepo On Sunday, March 8, 2020 at 9:37:31 AM UTC-5, (unknown) wrote: > > Hello > > I'm trying to understand SVN and Tortiose SVN. > I have set up an raspberry-pi server with subversion and apache2 > libapache2-svn. Link > https://www.jeremymorgan.com/tutorials/raspberry-pi/raspberry-pi-how-to-svn-server/ > > I can commit, check out and more. > > But I don't understand how I can make a new repository on the apache > server from Tortiose SVN. > > There is no way to add a repository in the repository browser. And If I > make a new folder then mark it to make a "new repository" it only makes it > local on the filsystem. > > Can anyone explain to me how to make a new repository on the apache > server without using the command line. > > pi@raspberrypiBox: svnadmin create /home/pi/repos/helloworld > > > Thank you > Espen > -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/f8b1361f-aadd-45eb-8114-6c5d5c9f0519%40googlegroups.com.
