How to create an svn (1.9) repository to use with the file:/// protocol?

6 views (last 30 days)
When I use the right click (current folder area) -> source control -> manage files... -> leading to the "Manage files using source control" dialog box, there is no way for me to create a new repository when using the SVN (1.9) Source control integration. How can I create a repository to be used, only be me, locally, with the file:/// protocol?
  2 Comments
Matlab Pro
Matlab Pro on 30 Jun 2024
Hi
I am using Matlab 2023b. The SVN 1.9 option is right there
See image
You can also create a repository not through Matlab env/shortcuts.
The - "cd" into the directory in Matlab
Hubert
Hubert on 3 Jul 2024
Thank you for your reply. I don't understand the creation of the repository through env/shortcut.
Here's a precision on my problem. When I use the Git source control integration, I have the possibility to "Create a Git repository on disk". But when I use the SVN (1.9) source control integration, I don't have access to the repository creation feature.
I can create a folder such as C:\SVN_repository, that then include C:\SVN_repository\branches, C:\SVN_repository\tags and C:\SVN_repository\trunk. But when I go select it and click validate, I get an Invalid path error.

Sign in to comment.

Accepted Answer

Hubert
Hubert on 3 Jul 2024
I made it work. I installed TortoiseSVN and followed the instructions in their quick start guide to create a SVN repository.
For the repository path, I used my newly created folder turned into a repository + /trunk

More Answers (0)

Categories

Find more on Source Control in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!