[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: <kfogel_at_collab.net>
Date: 2003-07-16 16:47:29 CEST

Tony Hoyle <tmh@nodomain.org> writes:
> 1. Is the hooks directory versioned in any way? In our setup nobody
> gets physical access to the repository, but multiple people may need
> to add things for their particular modules... with cvs you just
> checkout the cvsroot and edit it - any equivalent?

It's not versioned by default, but you certainly *could* put it under
revision control, like any other directory.

> 2. 'svn ls' seems to require a checked out sandbox, which to me
> defeats the point, or am I using it wrong?

Have you tried invoking it on a URL?

> 3. How can I restrict commit/tag access to various bits of the
> repository for different users?

With Apache conf directives, if you're using ra_svn (i.e., WebDAV) to
access your repository. Or you can use mod_authz_svn.

If you're using ra_svn (the svnserve daemon & friends), I'm not sure
such a feature is implemented yet.

> 4. How do I put a watch on a file?

You use CVS :-).

> 5. How do I lock a binary file? (locks are really needed for binaries
> otherwise stuff gets lost)

I don't understand the parenthetical claim, but in any case,
Subversion does not support locking right now. It may someday, but
that's post-1.0.

> 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!).

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 16 17:40:33 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.