Setting up SVN Usernames
Mostrar comentarios más antiguos
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 comentarios
Greg
el 24 de Mayo de 2017
Greg
el 24 de Mayo de 2017
Guillaume
el 24 de Mayo de 2017
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
el 25 de Mayo de 2017
Respuestas (2)
Ed Marquez
el 18 de Mayo de 2017
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 comentario
Greg
el 18 de Mayo de 2017
ja
el 27 de Abr. de 2021
0 votos
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.
Categorías
Más información sobre Interactive Control and Callbacks en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!