Search code examples
linuxsvnraspberry-pi3

svn command line when using a file repository instead of a server repository


I am using a Windows 7 computer and TortoiseSVN to access a file repository on my network shared folder.

Now I want to access the same repository from a command line within Raspberry PI 3. I dont know how to give the repository link to the svn command line interface.

It seems like svn on my raspy doesn't understand how to interpret:

file:///Q:/Projekte/Heimautomation/Subversion-Sicherung/trunk

I know, that I have to use a linux-based path, so the given path would be something like:

/mount/media/diskstation/Projekte/Heimautomation/Subversion-Sicherung/trunk

But I didn't try this because I need to setup samba at first.

Some hints would be great.

Greetings, Wolfgang.


Solution

  • the easiest way to accomplish this problem was to setup the subversion server as an HTTP server, so the subversion repository is at http://raspy/repo for example