Lovekimpan
Lovekimpan

Reputation: 5

How to ignore subversion history log

I use the visualsvn server to manage my svn server, But I want to somebody can not to view the change log which version id less than 1000, How can I do it.

Upvotes: 0

Views: 125

Answers (1)

Chris
Chris

Reputation: 2304

You can't, to my knowledge. Either users have access to that entire directory/files (including the revision history), or they don't.

Upvotes: 2

Related Questions