My Subversion repository currently is installed on a dual boot system with Windows and Ubuntu Linux installed. Is it possible to use the same repository with both operating systems, so if I work with Ubuntu I can launch the svn service and access the same repository which I used with Windows?
for example
- the repository files will be accessed by the Linux svn service if my Laptop runs with Ubuntu
- and later accessed by the Windows svn service when I work with XP
(I will not access the same files with two different subversion servers at the same time)
Or - in other words: if the Subversion repository has been created and used on the Windows partition, can I also reboot with Linux and launch a Subversion server to use the same repository?