Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top