Adding auto properties after file has been committed

2010-01-11 Thread Jeremy
I have a repository and just enabled/added some auto properties. How can I go back and add these properties to files already committed? I really don't want to do this manually and was hoping there was an automated method to do this. Thanks, Jeremy

Re: Subversion on AIX

2010-10-12 Thread Jeremy Whitlock
n from /opt/subversion. Running anywhere else will fail miserably. Thank the AIX compiler/linker. There isn't much you can do without trying to use another binary or building it yourself. Take care, Jeremy Whitlock Twitter: jcscoobyrs Website: http://www.thoughtspark.org

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

Directory pointing to wrong repository location

2011-01-31 Thread Jeremy McJunkin
t: svn: No repository found in 'svn+ssh:///home/svn/repos' However, if I run svn info: Repository Root: svn+ssh:///home/svn/repos/adagogo_beta Repository UUID: Revision: 35 Node Kind: directory Schedule: normal Last Changed Author: jeremy Last Changed Rev: 35 Last Changed Date:

Re: SVN and launchd

2011-02-09 Thread Jeremy Whitlock
sing this and being successful: http://codesnippets.joyent.com/posts/show/303 Take care, Jeremy Whitlock Twitter: jcscoobyrs Website: http://www.thoughtspark.org

Re: Worst Error Message?

2011-07-30 Thread Jeremy Pereira
On 30 Jul 2011, at 18:17, Les Mikesell wrote: > > '403 forbidden' makes reasonable sense for a client-side message to someone > who shouldn't know internal details anyway. Seriously? You think an HTTP response code (which *is* an internal detail) is an acceptable error message. You think

Re: Worst Error Message?

2011-07-31 Thread Jeremy Pereira
On 30 Jul 2011, at 20:10, Les Mikesell wrote: > On 7/30/11 1:14 PM, Jeremy Pereira wrote: >> >> On 30 Jul 2011, at 18:17, Les Mikesell wrote: >> >>> >>> '403 forbidden' makes reasonable sense for a client-side message to someon

Re: Worst Error Message?

2011-07-31 Thread Jeremy Pereira
On 31 Jul 2011, at 17:46, Rafael Heise wrote: > In my opinion, as a network administrator, I don't want to show to my end > users why the user shouldn't commit anything in the repository. In my opinion as a Subversion user, that sucks. I think I'll switch to Mercurial. Oh, no wait, the Subve

Re: 1.7 neon fetched by get-deps.sh, but not usable by configure?

2011-10-08 Thread Jeremy Whitlock
-neon configure flag. It's not a big deal but I too was surprised by this. -- Take care, Jeremy Whitlock http://www.thoughtspark.org

Setting auto properties after file(s) have been committed.

2010-01-11 Thread Jeremy Conlin
I just created some auto properties settings for my repository. I need to now apply these settings to all the files in my repository. Is there some automated way to do this or do I have to do it manually? Thanks, Jeremy

svn load command does not restore all files from dump

2010-01-14 Thread Jeremy Conlin
Repo < dumpfile" command finishes (i.e. still shows up when I do 'ps -aux') yet the size of the repository folder is not increasing in size; no new data/files are being added. Can someone provide some assistance with this situation? Thanks, Jeremy

svn dump and load not preserving all files

2010-01-19 Thread Jeremy Conlin
on what could be wrong? Thanks, Jeremy

Re: svn dump and load not preserving all files

2010-01-19 Thread Jeremy Conlin
tations as small as 4GB. Am I wrong? Thanks, Jeremy > > -Original Message- > From: Jeremy Conlin [mailto:jlcon...@gmail.com] > Sent: Tuesday, January 19, 2010 3:03 PM > To: users@subversion.apache.org > Subject: svn dump and load not preserving all files > > I am

Re: svn dump and load not preserving all files

2010-01-19 Thread Jeremy Conlin
On Tue, Jan 19, 2010 at 1:05 PM, Mark Phippard wrote: > On Tue, Jan 19, 2010 at 3:03 PM, Jeremy Conlin wrote: >> I am migrating my repository to a new server.  This requires that I >> dump the original and the create a new repository on the new server >> and use the svn

Re: svn dump and load not preserving all files

2010-01-19 Thread Jeremy Conlin
On Tue, Jan 19, 2010 at 1:27 PM, Mark Phippard wrote: > On Tue, Jan 19, 2010 at 3:21 PM, Jeremy Conlin wrote: >> On Tue, Jan 19, 2010 at 1:05 PM, Thomas Loy wrote: >>> Which OS?  Some operating systems have file size limits of 4 GB or less. >>> >>> Cheers, &g

Re: svn dump and load not preserving all files

2010-01-19 Thread Jeremy Conlin
On Tue, Jan 19, 2010 at 1:34 PM, Mark Phippard wrote: > On Tue, Jan 19, 2010 at 3:32 PM, Jeremy Conlin wrote: >> I did redirect the output to a text file.  The command never throws an >> error, but never completes either.  There should be 24 revisions in >> the repository,

Re: svn dump and load not preserving all files

2010-01-19 Thread Jeremy Conlin
On Tue, Jan 19, 2010 at 2:05 PM, Ryan Schmidt wrote: > > On Jan 19, 2010, at 14:38, Jeremy Conlin wrote: > >> On Tue, Jan 19, 2010 at 1:34 PM, Mark Phippard wrote >> >>> Basically make >>> sure you are using SVN that was compiled against httpd 2.2/apr 1.x.

Re: svn dump and load not preserving all files

2010-01-19 Thread Jeremy Conlin
ble. So either the original 1.4.2 on the server was missing some compile options or it was necessary to use 1.6.6. Things seem to be looking up now. Thanks everyone for their help. Jeremy

Re: Building SVN 1.6.5

2010-01-21 Thread Jeremy Whitlock
mail on the dev list. Just in case you didn't get it, the error tells you the problem. You shouldn't run this as root. Jeremy Whitlock http://www.thoughtspark.org

Subversion 1.6.9 for OS X

2010-01-28 Thread Jeremy Whitlock
binary and displayed during the installation process. Jeremy Whitlock http://www.thoughtspark.org

Is it possible to restore respository from working copy?

2010-03-10 Thread Jeremy Conlin
Due to my idiocy, I have deleted my svn repositories. However, I do have working copies. Is it possible to restore some versioning information from my working copies to a new repository? Thanks, Jeremy

Re: Is it possible to restore respository from working copy?

2010-03-10 Thread Jeremy Conlin
tunately I don't think so. You can delete all the .svn directories and > then import everything into a new repository but you will lose all your > history I'm afraid. That's what I was afraid of, but I thought I would ask first. Thanks, Jeremy

format: Permission denied even when read permissions are set

2010-03-11 Thread Jeremy Conlin
When I log in, I can view the file and see that the format says '5'. Does anyone know what is going wrong here? Thanks, Jeremy

Re: format: Permission denied even when read permissions are set

2010-03-11 Thread Jeremy Conlin
> <http://bit.ly/c7gxv5>. Thanks for the reminder. Currently it is just one user (me) that is accessing this repository and I know I have access to the files and folder in the directory as I showed in an earlier email and because I can go inside and see everything. What else could be wrong? Thanks, Jeremy

Re: format: Permission denied even when read permissions are set

2010-03-11 Thread Jeremy Conlin
On Thu, Mar 11, 2010 at 10:22 AM, David Weintraub wrote: > On Thu, Mar 11, 2010 at 12:07 PM, Jeremy Conlin wrote: >> On Thu, Mar 11, 2010 at 9:27 AM, David Weintraub wrote: >> Thanks for the reminder.  Currently it is just one user (me) that is >> accessing this reposit

Expected format problem

2010-03-15 Thread Jeremy Conlin
today on both my local version and my remote version and got the above error. Is there something else that I missed here? Thanks, Jeremy local$ /opt/subversion/bin/svn --versionsvn, version 1.6.9 (r901367) compiled Jan 25 2010, 22:25:43 Copyright (C) 2000-2009 CollabNet. Subversion is

Re: Expected format problem

2010-03-15 Thread Jeremy Conlin
On Mon, Mar 15, 2010 at 6:06 PM, Ryan Schmidt wrote: > On Mar 15, 2010, at 16:12, Jeremy Conlin wrote: > >> I'll bet this is an oft asked question on this list.  I'm getting the error: >> >> svn: Expected FS format '2'; found format '4' >

Re: Expected format problem

2010-03-15 Thread Jeremy Conlin
On Mon, Mar 15, 2010 at 9:12 PM, Ryan Schmidt wrote: > On Mar 15, 2010, at 22:09, Jeremy Conlin wrote: >> On Mon, Mar 15, 2010 at 6:06 PM, Ryan Schmidt wrote: >>> No, it means the version of Subversion that is directly reading the >>> repository is older than the

Re: SVN 1.4.6 support exit codes

2010-03-19 Thread Jeremy Whitlock
nd you could had just run a simple test to get the answer. Jeremy Whitlock http://www.thoughtspark.org

Re: @ the turkey who compiled OSX svn 1.6 with hardcoded path of /opt/subversion...

2010-03-25 Thread Jeremy Whitlock
n my direct email and wouldn't of had to name call.) Having problems with the binary is one thing but the approach you took to voice your complains were pretty childish. It's people like you that make generous people like myself question why they even bother. -- Take care, Jeremy Whitlock http://www.thoughtspark.org

Re: @ the turkey who compiled OSX svn 1.6 with hardcoded path of /opt/subversion...

2010-03-25 Thread Jeremy Whitlock
> 1st, thank you Jeremy! No problem. Out of the thousands of people that download the binary, to have only a handful of complaints isn't bad. ;) > 2nd, from a sysadmin perspective, I appreciate that the installation > process doesn't presume to know where everything goes. Ha

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,

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, > >

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:

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-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: 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: svn+ssh: Expected FS format '2'; found format '4'

2010-04-18 Thread Jeremy Conlin
I recently had the same problem. I never quite got it figured out, but you may have more success than I did. The important emails can be found here: http://mail-archives.apache.org/mod_mbox/subversion-users/201003.mbox/%3c2588da421003151412p115d5f3fo4324170d8b553...@mail.gmail.com%3e Jeremy On

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

How to speed up subversion

2010-04-21 Thread Jeremy Conlin
~100. Has anyone else experienced this or knows how to speed things up? I'm running svn 1.6.5 on Mac OSX 10.6.2. Thanks, Jeremy

Re: How to speed up subversion

2010-04-21 Thread Jeremy Conlin
On Wed, Apr 21, 2010 at 9:58 AM, Les Mikesell wrote: > On 4/21/2010 10:48 AM, Jeremy Conlin wrote: >> >> I have a working copy/respository with many files that are several >> hundred MB each.  Whenever I try to check the status of my working >> copy or do a commit, it c

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

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: 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

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

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: 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

Re: Downgrade repository's version (1.4->1.3) without losing local modifications

2010-05-26 Thread Jeremy Whitlock
> There is a script floating around somewhere that will do it. http://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/change-svn-wc-format.py But as you'll see, it only works with 1.4+. Take care, Jeremy Whitlock Twitter: jcscoobyrs Website: http://www.thoughtspark.org

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: 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

Possible bug in svn's gnome-keyring support?

2010-07-13 Thread Jeremy Wall
- handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme Jeremy

Re: Possible bug in svn's gnome-keyring support?

2010-07-13 Thread Jeremy Wall
The strangeness is it's insistence on using the Gnome Keyring despite me not using Gnome. Is this the expected default behaviour? On Tue, Jul 13, 2010 at 11:08 AM, Varnau, Steve (Neoview) < steve.var...@hp.com> wrote: > Jeremy, > > > > If svn is configured to use a

Re: Possible bug in svn's gnome-keyring support?

2010-07-13 Thread Jeremy Wall
gt; It should only use gnome if it is specified in your config file > (~/.subversion/config): > > > > password-stores = gnome-keyring > > > > -Steve > > > > *From:* Jeremy Wall [mailto:jw...@google.com] > *Sent:* Tuesday, July 13, 2010 9:11 AM > *To:*

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

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

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

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,

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

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: 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

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: 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

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: 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: 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: 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
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: Web development development process

2010-09-15 Thread Jeremy Mordkoff
it if I made it :) ) I even have /etc under svn now :) Makes it very easy to deploy new servers. I request a new hardware unit and the hosting company installs the OS. I install some ssh keys and install/update a handful of packages, do a couple svn co's and update public DNS and I'm up and running. JLM Jeremy L. Mordkoff

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: 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-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

[BUG] $URL keyword is not updated on 'svn switch'

2010-09-18 Thread Jeremy Huddleston
I did an 'svn switch' to change between trunk and a release branch of clang, and the built binary still reported it was built on trunk. It uses $URL to determine this: I did an 'svn switch' from clang trunk to the 2.8 branch, and the $URL property was not updated on Version.cpp: ~/src/llvm/to

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

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

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

reintegrate fails due to "claimed" incomplete merge-out

2014-09-03 Thread Jeremy Greene
(Not ont mailing list so please cc me) I really have tried many many things to resolve this problem — endless searching, commits, un-commits etc. But I’m stuck. I think I see the issue(subdir merge of “…bitstream"), but have tried to do —record-only merges, merges, propedits… all to no avail.