[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Some questions...

From: Tony Hoyle <tmh_at_nodomain.org>
Date: 2003-07-16 18:05:02 CEST

kfogel@collab.net wrote:

> If you're using ra_svn (the svnserve daemon & friends), I'm not sure
> such a feature is implemented yet.
>
Ahh OK. I'd rather hoped that remote users could set ACLs on branches
to lock them down (code freeze etc.)

>>6. How do you handle UCS-2 files? We have large numbers of these...
>
>
> Like any other file (we don't distinguish between text and binary,
> though you might want to avoid setting the svn:keywords or svn:eol
> property on those files!).

So you don't convert to UTF8 and back... hmm.. might not be so useful
since if you're treating the unicode files as binary they won't merge
properly :( Plus there's the keyword issue. I might look at
implementing this (it's very similar to cr/lf conversion really... if
you're doing that then the code to convert should be relatively trivial
[especially since I have a chunk of code I already use in cvsnt that
does exactly that...])

Watches would be nice - I can sort of imagine how to do them using
scripts and coercing the property system...

Tony

Received on Wed Jul 16 18:06:04 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.