Re: svnsync 1.8.0 fails if there is a non-printable characters in the commit message

2013-06-24 Thread Ben Smith-Mannschott
0x18 is ^X, the ASCII control code for CANCEL. Seems to be working as designed. ;-) No more seriously though, it sure looks like a bug. 0x18 is a perfectly legal UTF-8 encoding of the unicode character U+0018. Every US-ASCII character is encoded as itself in UTF-8 and the first 128 Unicode code

Re: URGENT: Post to remove

2012-10-05 Thread Ben Smith-Mannschott
Sorry, but the Internet doesn't work that way. It's not like there's a single central place where this unfortunate post could be removed. I have a copy of it in my gmail inbox, for example, as I'm sure, do many other list subscribers. Also, this mailing list is cached by a number of different

Re: Attn : List Manager - Subject Indentifier

2012-09-24 Thread Ben Smith-Mannschott
On Mon, Sep 24, 2012 at 12:23 PM, Ashish Kaushik ashish.kaus...@sourcefuse.com wrote: ** Hello List Manager, Can you add a Subject Identifier to the messages of this list. This would be easy for us to sort out emails in a better way. I am looking forward to something like [SVN-Users] or

set-depth=exclude - Updated ... to r140394767667765

2012-09-03 Thread Ben Smith-Mannschott
* smithma@oberon ~/w/_backlogs/Entwicklung svn up --set-depth=exclude _ERLEDIGT _OBSOLET D_ERLEDIGT D_OBSOLET Summary of updates: Updated '_ERLEDIGT' to r140394767667765. Updated '_OBSOLET' to r140394767667765. I suppose this is just Subversion's way of saying that in the distant

Re: How to stop delete files/directory from SVN Repo Browser

2012-08-09 Thread Ben Smith-Mannschott
On Thu, Aug 9, 2012 at 6:46 AM, Subodh Singh subodh.si...@proficientinfosoft.com wrote: Thanks Ryan, I am able to stop deletion using pre-commit hook using svnlook. One more question is that do we able to set deletion permission as user based. Some specified users can delete but not all.

Re: SVN codebase backup

2012-08-02 Thread Ben Smith-Mannschott
On Thu, Aug 2, 2012 at 3:51 PM, Kaushal Shriyan kaushalshri...@gmail.com wrote: Hi, is there a backup tool to backup SVN Codebase? Regards Kaushal Have a look here: http://stackoverflow.com/questions/33055/what-is-the-best-way-to-backup-subversion-repositories The suggestions of svnadmin

Re: Use of svnserve and Dropbox

2011-09-22 Thread Ben Smith-Mannschott
On Thu, Sep 22, 2011 at 20:40, David Weintraub qazw...@gmail.com wrote: One of the nice thing about Dropbox is that you can share files between various users. I will sometimes keep a Subversion repository on Dropbox, so I can access it on various systems. Right now, it's just for me to use.

Re: an observation regarding FSFS performance on BTRFS

2011-09-14 Thread Ben Smith-Mannschott
/performance includes, among other things, a file handles cache for FSFS.  The plan is to merge that for 1.8. branches/revprop-packing packs revprops into flat files (not to sqlite). A basic form currently works and the final form will be included in 1.8. Ben Smith-Mannschott wrote on Mon, Sep 12, 2011

an observation regarding FSFS performance on BTRFS

2011-09-12 Thread Ben Smith-Mannschott
I've made the observation that FSFS repositories perform better on EXT4 than BTRFS. This probably isn't ground-breaking, but I thought I'd share it. I've got two Linux machines: - colossus, using BTRFS spanned over two disks. 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55 UTC 2011

Re: an observation regarding FSFS performance on BTRFS

2011-09-12 Thread Ben Smith-Mannschott
recently --- some of it is in 1.7, some of it is on ^/subversion/branches/performance, some of it is on ^/subversion/branches/revprop-packing, and some additional ideas are in notes/fsfs-improvements.txt in trunk. Ben Smith-Mannschott wrote on Mon, Sep 12, 2011 at 15:44:20 +0200: I've made