sparse checkout tool

2010-10-14 Thread Jeremy Mordkoff
I remember reading about a tool that let you define what parts of a repository were needed to create a work space. It basically did a bunch of sparse checkouts based on a config file. Could someone remind me what was its name? Please reply directly as I'm no longer on the list. Thanks JLM

undo a switch

2010-09-28 Thread Jeremy Mordkoff
wrong. SO...is there a way to get back? JLM Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 01460 Office: 978.467.1395 x233 | Fax: 978.467.1404 Mobile: 978-257-2183 j...@zeevee.com www.zeevee.com

post-commit notify scripts

2010-09-21 Thread Jeremy Mordkoff
I use a post commit script to send email to a list whenever anyone commits anything. I want to start filtering that now. Anyone done this and willing to share any tools? JLM Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 01460 Of

RE: svn merge --reintegration.

2010-09-21 Thread Jeremy Mordkoff
A merge to a new branch based on the head of trunk should be no different than a merge to trunk itself. The secondary merge of the newly merged branch to trunk will be trivial. I still often do exactly what you propose so that I can test and debug the merged code before committing it to trunk. So

RE: Choosing a server

2010-09-17 Thread Jeremy Mordkoff
I control the subversion server and the servers that host the working copies. If the working copies are elsewhere, my point is irrelevant. JLM Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 01460 Office: 978.467.1395 x233 | Fax: 978.467.1404 Mo

RE: To branch or not to branch unique projects started from a common code set

2010-09-17 Thread Jeremy Mordkoff
. Then the big question is there common customer code. Is there a base class from which all customer code is derived? You need to think about your build process and software architecture and then design your branching strategy to support it. JLM Jeremy Mordkoff Director, QA, IT & Relea

RE: Choosing a server

2010-09-16 Thread Jeremy Mordkoff
Are you hosting the server only, or will you also be hosting working copies? Spread working copies across spindles and put the server on its own spindle to reduce latency. JLM

RE: Web development development process

2010-09-15 Thread Jeremy Mordkoff
What's wrong with using working copies for production? We did configure apache to reject any request with .svn in the url. It means that my deployment vehicle is a simple 'svn co' or 'svn switch'. No messing around with packaging up the files, etc. And this really comes in handy when an update

RE: subversion configuration problem

2010-09-15 Thread Jeremy Mordkoff
On the windows servers, open a command prompt and run 'netstat -n -a' You should see a line something like TCP 0.0.0.0:3690 0.0.0.0:0 listening If it is not there, the server is not running or it is running on the wrong port. If it is there, you have a routing or firewall issue

RE: subversion configuration problem

2010-09-15 Thread Jeremy Mordkoff
Can you ping it by name? by address? Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 01460 Office: 978.467.1395 x233 | Fax: 978.467.1404 Mobile: 978-257-2183 j...@zeevee.com <mailto:j...@zeevee.com> www.zeevee

RE: subversion configuration problem

2010-09-15 Thread Jeremy Mordkoff
Have you checked your firewall settings on the Windoze server? Can you telnet to the SVN port from the client? jlm Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 01460 Office: 978.467.1395 x233 | Fax: 978.467.1404 Mobile: 978-257-218

RE: Web development development process

2010-09-15 Thread Jeremy Mordkoff
> From: Giulio Troccoli [mailto:giulio.trocc...@uk.linedata.com] > > We are not a wed design company but we do have a web service team for our Intranet and > Extranet. They have been working, so far with basically a trunk and no branches or tags. So, > we are thinking of reorganising the repositor

RE: Two trunks in one repository?

2010-09-09 Thread Jeremy Mordkoff
On Thu, Sep 9, 2010 at 8:38 PM, Tech Geek wrote: So the concepts of trunks, branches, tags are transparent to SVN. We are in a situation where we might need to have two trunks in one SVN repository. The reason is that we have a family of projects - say ProjectA, ProjectB, ProjectC and so on, e

RE: Renaming a branch

2010-09-08 Thread Jeremy Mordkoff
> > Is there a safe way to rename a branch? I'm worried about all > > my mergeinfo's > > If you have merged only from trunk and haven't merged from this branch, I don't see a problem > in using s imple svn mv. > I wish it was that simple branches/rel_2_5_3 merges to branches/rel_2_5 which merges

Renaming a branch

2010-09-08 Thread Jeremy Mordkoff
Is there a safe way to rename a branch? I'm worried about all my mergeinfo's

RE: hint of the day

2010-09-02 Thread Jeremy Mordkoff
any ideas as to how these could be calculated. JLM Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 01460 Office: 978.467.1395 x233 | Fax: 978.467.1404 Mobile: 978-257-2183 j...@zeevee.com <mailto:j...@zeevee.com> ww

hint of the day

2010-09-01 Thread Jeremy Mordkoff
Just an FYI for anyone that does merging. I just spent an hour cleaning up a mess with my mergeinfo's. I missed a hint that I was about to do something really stupid. Here's the merge: [rele...@zaz1 rel_2_5]$ svn merge $B/rel_2_5_3 --- Merging r14352 through r14594 into '.': Ulcast/build

RE: commit fails with "has no ancestry information" error (solved)

2010-08-26 Thread Jeremy Mordkoff
Thanks for taking the time to post this. JLM Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 01460 Office: 978.467.1395 x233 | Fax: 978.467.1404 Mobile: 978-257-2183 j...@zeevee.com www.zeevee.com > -Original Message- > From: Nei

svndumpfilter and subtrees

2010-08-20 Thread Jeremy Mordkoff
hat much about preserving revision numbers in the ccode repo. I cannot simply clone the repos and then selectively delete as the new owners of the new repo could potentially recreate the code from the old repo. Are there any other options? JLM Jeremy Mordkoff Director, QA,

another mergeinfo question

2010-08-12 Thread Jeremy Mordkoff
f the property. I'm on list now JLM Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 01460 Office: 978.467.1395 x233 | Fax: 978.467.1404 Mobile: 978-257-2183 j...@zeevee.com www.zeevee.com

trunk listed in svn:mergeinfo in trunk

2010-08-12 Thread Jeremy Mordkoff
Why would trunk be listed in the svn:mergeinfo in trunk? We've been using mergeinfo's for a while now. Could this be the result of merging out (from trunk to a project branch) and then back? Can this safely be deleted? I'm trying to clean up our mergeinfo's because they exist in too many director

time since last checkin

2010-08-10 Thread Jeremy Mordkoff
ment. jlm Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 01460 Office: 978.467.1395 x233 | Fax: 978.467.1404 Mobile: 978-257-2183 j...@zeevee.com www.zeevee.com

RE: multiple ssh connections

2010-06-17 Thread Jeremy Mordkoff
Another option is to establish a single SSH session using port mapping and then run all of your SVN traffic across that. Something like ssh -L 3690:svn_server:3690 ssh_server svn svn://localhost/ The first line says take any traffic destined for the svn port on my machine and send it to the

RE: Merging branch back to trunk omits dirs and files that were added in the branch

2010-06-01 Thread Jeremy Mordkoff
Sounds like the target directories already existed in trunk. How did they get created? JLM Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 01460 Office: 978.467.1395 x233 | Fax: 978.467.1404 Mobile: 978-257-2183 j...@zeevee.com <m

RE: How to speed up subversion

2010-05-24 Thread Jeremy Mordkoff
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. > > Even that can be slow if there are lots o

detecting merge outs

2010-05-18 Thread Jeremy Mordkoff
merge outs (from trunk to the branch) cause a problem when I try to merge back in? Does anyone have any advice besides making sure I do the merges in chronological order? JLM Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 01460 Office: 978.467.

RE: Is svn branching too difficult?

2010-05-18 Thread Jeremy Mordkoff
My rules of thumb for merging (a) always use a fully populated workspace (b) always merge from the top By following these rules, I only get mergeinfo properties in the tops of my workspaces. JLM Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 0

RE: Is svn branching too difficult?

2010-05-18 Thread Jeremy Mordkoff
be? Do you have any idea where these property changes came from? JLM Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 01460 Office: 978.467.1395 x233 | Fax: 978.467.1404 Mobile: 978-257-2183 j...@zeevee.com www.zeevee.com > -Original

tracking merges

2010-04-28 Thread Jeremy Mordkoff
potential merge destinations first and then post process the svn log output. Anyone already tackled this? I wish I had just done their customizations in a branch. Thanks JLM Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 01460 Office: 978.467.1395 x233

RE: Merging a Revision back to the trunk

2010-04-22 Thread Jeremy Mordkoff
What command did you use? When was the branch created? At rev 226? jlm Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 01460 Office: 978.467.1395 x233 | Fax: 978.467.1404 Mobile: 978-257-2183 j...@zeevee.com www.zeevee.com > -Original

blocking merges and branches

2010-04-19 Thread Jeremy Mordkoff
file is a list of branches that I only want to have in trunk. Currently I do a merge --record-only for the former and live with the latter. JLM Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 01460 Office: 978.467.1395 x233 | Fax: 978.467.1404 Mobile

RE: Unable to checkout files: Can't open file: Permission denied

2010-04-14 Thread Jeremy Mordkoff
did you mean chmod -R 770 myrepository ? -Original Message- From: Disc Magnet [mailto:discmag...@gmail.com] Sent: Tue 4/13/2010 5:27 PM To: Erik Andersson Cc: users@subversion.apache.org Subject: Re: Unable to checkout files: Can't open file: Permission denied I did tha

RE: Automatic upgrade of wc format annoying on shared drives

2010-04-13 Thread Jeremy Mordkoff
Jeremy Mordkoff wrote: >>> I second that. I support fedora 7, 8, 9, 10, 11 (and soon 12), > various >>> ubuntu releases, plus windows XP, Vista, and Win7, and Mac OS 10.4, >>> 10.5. When one of them upgrades, it causes me to scramble to build > and >>>

RE: Automatic upgrade of wc format annoying on shared drives

2010-04-13 Thread Jeremy Mordkoff
> Jeremy Mordkoff wrote: > > I second that. I support fedora 7, 8, 9, 10, 11 (and soon 12), various > > ubuntu releases, plus windows XP, Vista, and Win7, and Mac OS 10.4, > > 10.5. When one of them upgrades, it causes me to scramble to build and > > deploy upgrades

RE: Automatic upgrade of wc format annoying on shared drives

2010-04-12 Thread Jeremy Mordkoff
I second that. I support fedora 7, 8, 9, 10, 11 (and soon 12), various ubuntu releases, plus windows XP, Vista, and Win7, and Mac OS 10.4, 10.5. When one of them upgrades, it causes me to scramble to build and deploy upgrades to the others. JLM -Original Message- From: Simon [mailto:

mergeinfo and reintegrate

2010-04-01 Thread Jeremy Mordkoff
> > We use a lot of project branches, that is, we branch from trunk, > > develop a feature and then merge it back to trunk. Quite often, we need > > to merge a change or two from trunk out to our branch along the way. > > What I have noticed is that when I go to merge the branch back to trunk, > >

subscribing

2010-03-31 Thread Jeremy Mordkoff
I'm having trouble subscribing. if there's a trick please let me know. I sent mail to users-subscribe with just 'subscribe j...@zeevee.com' in the body no answer. We use a lot of project branches, that is, we branch from trunk, develop a feature and then merge it back to trunk. Quite often,