Setting up SVN Usernames
이전 댓글 표시
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
Greg
2017년 5월 24일
Greg
2017년 5월 24일
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
2017년 5월 25일
답변 (2개)
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.
ja
2021년 4월 27일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!