Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why does SVN log say “(no author)” for files committed or imported via Apache (ra_dav)?

0
Posted

Why does SVN log say “(no author)” for files committed or imported via Apache (ra_dav)?

0

If you allow anonymous write access to the repository via Apache, the Apache server never challenges the SVN client for a username, and instead permits the write operation without authentication. Since Subversion has no idea who did the operation, this results in a log like this: $ svn log ———————————————————————— rev 24: (no author) | 2003-07-29 19:28:35 +0200 (Tue, 29 Jul 2003) See the Subversion Book (“Networking a Repository”) to learn about configuring access restrictions in Apache.

0

If you allow anonymous write access to the repository via Apache, the Apache server never challenges the SVN client for a username, and instead permits the write operation without authentication. Since Subversion has no idea who did the operation, this results in a log like this: $ svn log ———————————————————————— rev 24: (no author) | 2003-07-29 19:28:35 +0200 (Tue, 29 Jul 2003) See the Subversion book to learn about configuring access restrictions in Apache.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123