Re: About User Friendly SVN (USVN) Application

2019-05-30 Thread Yasuhito FUTATSUKI
Hi, On 2019-05-24 15:31, 水上 夏妃 wrote: subversion 1.7 mod_dav_svn 1.7 sqlite 3.7 USVN 1.0.7 User Friendly SVN (USVN) Application There is a user list (Please check 【IFIS添付】.png) in "User Management". Is it possible to output the list to console output (Tera Term) or text? Though I've not us

Re: precommit hook to prevent large commits?

2019-05-30 Thread Andreas Stieger
> I'm looking to update my precommit hook to reject commits that are larger > than x megabytes. The proposed transaction is passed as a parameter to the hook. Hand that to svnlook (svnlook -t $TXN changed), and iterate over all entries. Filter out deletions and directory changes. For each file