Re: Environment variables in .subversion/config

2012-06-11 Thread Mattius McLaughlin
On 06/08/12 23:18, Daniel Shahaf wrote: Mattius McLaughlin wrote on Fri, Jun 08, 2012 at 14:35:58 -0700: bit of a bind when it comes to ssh identity files. I'd like to have a line like [tunnels] ssh = $SVN_SSH ssh -q -i $HOME/.ssh/ssh-identity It would seem I can only have lines

Environment variables in .subversion/config

2012-06-08 Thread Mattius McLaughlin
ly It would seem I can only have lines like [tunnels] ssh = $SVN_SSH ssh -q -i /home/user1/.ssh/ssh-identity which prevents a shared config. Has anyone run across this before? How did you get around this? Thanks --Mattius McLaughlin

Re: Best approach to break up a repository

2012-03-02 Thread Mattius McLaughlin
On 03/01/12 19:40, Ryan Schmidt wrote: On Mar 1, 2012, at 15:46, Mattius McLaughlin wrote: I'd like to break each of those projects into separate repositories. Given the number of designers we have, it's a bit unreasonable to expect everyone to recreate every workspace so I'

Best approach to break up a repository

2012-03-01 Thread Mattius McLaughlin
my dump/load script to modify the path to drop 'project_A' then that breaks everyone's workspace. Is there any approach I can take to break up repositories and keep workspaces intact? Does anyone have experience with breaking up a repository like this? --Mattius McLaughlin

Re: Replacing symlink exhibits unexpected error

2011-07-26 Thread Mattius McLaughlin
On 07/19/11 12:04, Mattius McLaughlin wrote: Hi All, I'm encountering some strange behaviour with replacing a symlink with a real file in the repository and wanted to know if what I was seeing is a bug or whether I'm doing something wrong. I'd like to replace the file in

Replacing symlink exhibits unexpected error

2011-07-19 Thread Mattius McLaughlin
ng the replace in two transactions (delete, commit, add, commit), but shouldn't I be able to replace this file in one? Does this warrant a bug report or is this user error? --Mattius McLaughlin

Re: Union of Multiple Branches

2010-01-07 Thread Mattius McLaughlin
Rob van Oostrum wrote: "Cleaning up" your branches is a bad idea. It just creates that much more administrative overhead. Not to mention having to tiptoe around the deletions when merging the branch back to trunk, which will affect merge tracking's performance. What I would do instead is leve

Union of Multiple Branches

2010-01-06 Thread Mattius McLaughlin
Hi All, I understand this is not common workflow, but I'd like to know if there is a simple way to accomplish this goal before I start scripting a solution. Some background: one of the requirements for my organization moving to subversion was the ability to create tags/branches that contai