Re: svn + SSL?

2015-12-21 Thread David Brodbeck
On Sat, Dec 19, 2015 at 2:43 AM, Daniel Shahaf wrote: > Or perhaps stunnel, which has its pros and cons (e.g., an SSL > vulnerability won't compromise the svn process). > I thought about suggesting that, too, but I'm not sure it's workable. While it'd be easy to set up

Re: SVN Recovery from raw db files

2015-08-03 Thread David Brodbeck
On Sun, Aug 2, 2015 at 7:10 PM, Tim Tornid timtor...@gmail.com wrote: Hello, I had a catastrophic Subversion server loss, and I'm having some troubles recovering. The server was using VisualSVN 3.2.3 which is Apache Subversion 1.8.13. What version is the new server running? I'd suggest

Re: Square brackets in file names and authz (in VisualSVN 2.5.5)

2012-07-11 Thread David Brodbeck
might have a case for it being a bug, since it is technically a legal file name. emacs uses files starting and ending in # extensively for autosave recovery data, FWIW. -- David Brodbeck System Administrator, Linguistics University of Washington

Re: how to disable svn's copy and move command?

2011-12-01 Thread David Brodbeck
, and is there another way to do this? I'm not sure this will accomplish what you want. It won't prevent users from checking out files, using their system's own filesystem commands to move them, then checking them in in a new location. -- David Brodbeck System Administrator, Linguistics University

Re: Use of svnserve and Dropbox

2011-09-28 Thread David Brodbeck
. People who have gotten used to the svn user interface (or CVS, for that matter) will find git clumsy; people who are used to git will find svn clumsy. -- David Brodbeck System Administrator, Linguistics University of Washington

Re: Trying (failing) to limit access to one user

2011-04-27 Thread David Brodbeck
On Wed, Apr 27, 2011 at 8:51 AM, Alan M. Evans a...@extratech.com wrote: On Tue, 2011-04-26 at 16:07 -0700, David Brodbeck wrote: So the short answer is there's probably no way to do what you want except by creating a group with everyone but jon in it. But I tried this already

Re: Trying (failing) to limit access to one user

2011-04-26 Thread David Brodbeck
but jon in it. -- David Brodbeck System Administrator, Linguistics University of Washington

Re: Massive file duplication with several working copies / which linux filesystem to use

2011-04-14 Thread David Brodbeck
. http://www.kqinfotech.com/content.php?id=2 Be careful with ZFS deduplication. It still has some issues. Memory usage for it is quite massive, and there are cases of running a destroy operation on a deduped zpool taking literally days. -- David Brodbeck System Administrator, Linguistics

Re: Logging repository accesses other than commits

2011-04-04 Thread David Brodbeck
that /etc/environment is not a shell script; the only things you can put in there are comments and simple variable assignments. ~/.ssh/environment is also an option. You have to turn on PermitUserEnvironment in sshd_config for that to work. -- David Brodbeck System Administrator, Linguistics

Re: Behaviour on minor .control misconfiguration

2011-02-22 Thread David Brodbeck
maintainers' policy seems to be to discourage use of path-based access control (see the box on http://svnbook.red-bean.com/en/1.5/svn.serverconfig.pathbasedauthz.html), so it's possible you might get some people to agree that having the security fail open is desirable here. -- David Brodbeck System

Re: mod_dav_svn + automatic per-directory user authorization

2011-02-15 Thread David Brodbeck
to mess with each others' code, and you probably don't want to retain their data forever once the class is over. I don't know if that's the original poster's situation, but that's what it immediately reminded me of. -- David Brodbeck System Administrator, Linguistics University of Washington

Re: Windows over linux

2011-01-25 Thread David Brodbeck
OS into existing backup, authentication, and network monitoring infrastructure can be a real challenge. -- David Brodbeck System Administrator, Linguistics University of Washington

Re: svnadmin create and not being method agnostic

2011-01-05 Thread David Brodbeck
policy, you're going to have to keep them off the server, at a minimum. That doesn't solve the problem either -- you then have to start worrying about what they do with their working copies -- but it prevents them from running their own rogue Subversion servers, at least. -- David Brodbeck System

Re: Fine and secure dining, was Re: svnadmin create and not being method agnostic

2011-01-05 Thread David Brodbeck
switches to turn them off are easy to find. -- David Brodbeck System Administrator, Linguistics University of Washington

Re: svnadmin create and not being method agnostic

2010-12-28 Thread David Brodbeck
concerned about. -- David Brodbeck System Administrator, Linguistics University of Washington

Re: svn Farm

2010-10-20 Thread David Brodbeck
is *that* determined to shoot themselves in the foot, and willing to go to that much effort to do it, I don't think there's much you can do. They probably have their password on a sticky note on the bottom of their keyboard, too. ;) -- David Brodbeck System Administrator, Linguistics University

Re: svn Farm

2010-10-20 Thread David Brodbeck
. -- David Brodbeck System Administrator, Linguistics University of Washington

Re: svn Farm

2010-10-20 Thread David Brodbeck
On Wed, Oct 20, 2010 at 4:30 PM, David Brodbeck bro...@uw.edu wrote: If I have root access to the filesystem, it doesn't matter what SSH does to try to encrypt the password... Typo. s/SSH/SVN/ -- David Brodbeck System Administrator, Linguistics University of Washington

Re: svn Farm

2010-10-14 Thread David Brodbeck
. -- David Brodbeck System Administrator, Linguistics University of Washington

Re: An issue about SVN access deny

2010-09-02 Thread David Brodbeck
sevral times, and it seems if a user do not have access right to a subfolder, he can not create a tag for this folder. Am I right ? or anyone has some solution? Tagging is a copy operation in SVN, so the person making the tag has to be able to read the source of the tag. -- David Brodbeck

Re: Error svn: Can't open file '/svn/mpfr/db/txn-current-lock': Permission denied

2010-08-10 Thread David Brodbeck
suspect you have a hook script that isn't aware of the file format changes in 1.5.1. I had this problem with a hook script we use to check the size of transactions. Try temporarily disabling your commit hooks and see if it starts working. -- David Brodbeck System Administrator, Linguistics

Re: viewing svn logs?

2010-08-09 Thread David Brodbeck
independent of Subversion's, and it does a nice job formatting the log into a readable timeline. -- David Brodbeck System Administrator, Linguistics University of Washington

Re: Poor performance for large software repositories downloading to CIFS shares

2010-07-13 Thread David Brodbeck
Windows handles directories tends to make it worse. -- David Brodbeck System Administrator, Linguistics University of Washington

Re: How to choose between svn http?

2010-07-08 Thread David Brodbeck
seriously slow the checkout of bulky working copies with lots of files. (I've run into this recently: what took 2.5 minutes to NFS shares took 25 minutes to CIFS shares. It was embarassing!) Virus scanning overhead can really bite you here, too. -- David Brodbeck System Administrator, Linguistics

Re: How to speed up subversion

2010-05-25 Thread David Brodbeck
On May 24, 2010, at 2:05 PM, Les Mikesell wrote: On 5/24/2010 3:51 PM, David Brodbeck wrote: On May 21, 2010, at 8:23 AM, Hyrum K. Wright wrote: Actually, Subversion is a bit more intelligent about it, attempting to use modification times and sizes, before doing a byte-by-byte comparison

Re: How to speed up subversion

2010-05-25 Thread David Brodbeck
On May 25, 2010, at 9:59 AM, Les Mikesell wrote: On 5/25/2010 11:44 AM, David Brodbeck wrote: On May 24, 2010, at 2:05 PM, Les Mikesell wrote: On 5/24/2010 3:51 PM, David Brodbeck wrote: On May 21, 2010, at 8:23 AM, Hyrum K. Wright wrote: Actually, Subversion is a bit more intelligent

Re: Problem with bogus date on NFS

2010-05-12 Thread David Brodbeck
is in snv_126, which means it should be fixed in the next version of OpenSolaris that comes out (the one that was supposed to be 2010.03, before the Oracle merger delayed everything.) -- David Brodbeck System Administrator, Linguistics University of Washington

Re: Infamous Item is not readable for svn log

2010-02-26 Thread David Brodbeck
would just add to their perplexity. -- David Brodbeck System Administrator, Linguistics University of Washington

Re: Question about authz file syntax.

2010-02-12 Thread David Brodbeck
On Feb 12, 2010, at 1:27 AM, Johan Corveleyn wrote: On Fri, Feb 12, 2010 at 12:44 AM, David Brodbeck bro...@u.washington.edu wrote: Actually, I take that back, the manual says it's the *first* match: Another important fact is that the first matching rule is the one which gets applied

Re: Question about authz file syntax.

2010-02-11 Thread David Brodbeck
, in the middle, doesn't seem to make difference. thanks in advance, Lauro -- David Brodbeck System Administrator, Linguistics University of Washington

Re: Question about authz file syntax.

2010-02-11 Thread David Brodbeck
Actually, I take that back, the manual says it's the *first* match: Another important fact is that the first matching rule is the one which gets applied to a user. (http://svnbook.red-bean.com/nightly/en/svn.serverconfig.pathbasedauthz.html) On Feb 11, 2010, at 1:52 PM, David Brodbeck wrote