Setting up SVN Usernames

6 次查看(过去 30 天)
Greg
Greg 2017-5-11
回答: ja 2021-4-27
I'm using MATLAB's builtin SVN source control integration. I had to tweak the config file to allow anonymous access. Now that it's no longer just me using the repository, I'd like to use the --username option for my commits. I can't figure out how to do this, so all of my commit logs show "r# | (no author) | [date] ..."
Does anybody know how to get it to take a username, then display that in place of (no author)?
--EDIT: Given my comment describing the SVN side of the problem, I'll update my question to be entirely MATLAB specific. Does anybody know how to get MATLAB to store my SVN credentials across sessions? I'll even take a solution that involves the startup.m file.
  4 个评论
Guillaume
Guillaume 2017-5-24
Considering how good TortoiseSVN is, I never bother with matlab's integration.
As for configuring the server, if you have several users, you would be better off configuring either svnserve or https to serve your files rather than the very limited file protocol.
Greg
Greg 2017-5-25
I am using svnserve, not the file protocol.
I was turned off Tortoise because it takes over the entire Windows Explorer. Since the only files I version control are my MATLAB code, I don't want to see all the SVN stuff for every file in every folder when I'm just browsing my hard drive.
Also, the native integration with MATLAB's visdiff() is phenomenal. I'm sure I could teach any of the others to use it, but I didn't have to, so time saved.

请先登录,再进行评论。

回答(2 个)

Ed Marquez
Ed Marquez 2017-5-18
Hi Greg,
My suggestion is to check this link:
https://www.mathworks.com/help/matlab/matlab_prog/set-up-svn-source-control.html
Which leads to:
http://svnbook.red-bean.com/en/1.7/svn-book.html#svn.serverconfig.choosing.recommendations
While you are in that 2nd link, I would also recommend going over Section5: Repository Admisnistration and the Repository Maintenance Subsection.
  1 个评论
Greg
Greg 2017-5-18
Can anybody dumb the process down? I see very little in either of those 2 links regarding setting up usernames, and what I do find is too confusing/incomplete to be useful.

请先登录,再进行评论。


ja
ja 2021-4-27
I don't know if you're having the same problem I was having but just in case:
I was having an issue where I have created a local repository and was using that folder in matlab. But doing anything kept asking for my password, which is weird. I discovered the problem was that I had recently changed my password and, despite being able to navigate the folders just fine, apparantly the permissions were not quite what was expected for matlab use.
Anyway, the fix is to simply go, in Windows, to the folder I was using and try to do an SVN update. It asked for my password. I entered it and checked the "remember me" box. Now matlab works just fine.

类别

Help CenterFile Exchange 中查找有关 Source Control Integration 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by