On Aug 8, 2012, at 23:46, Subodh Singh wrote: > One more question is that do we able to set deletion permission as user > based. Some specified users can delete but not all.
You can use "svnlook author -t $TXN $REPOS" to see who the author of the commit is, and make decisions based on that. Check out "svnlook help" to see all the other things you can learn about a transaction or revision.