Pregunta

Using Subversion as my source control, I set up a project last week and have been checking in code. Just realized that I am listed as "unknown" under the User header in sublime.

Everyone that checks in/out of that project is also listed as unknown.

Anyone know how to correct this without deleting and starting over?

¿Fue útil?

Solución

It seems that you enabled anonymous commits on your repository. This can be changed in the conf/svnserve.conf file of the repository on the server.

You can find more information in the SVN documentation.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top