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
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
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
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
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
. 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
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
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
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
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
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
> 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
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
> > 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
Is there a safe way to rename a branch? I'm worried about all my
mergeinfo's
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
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
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
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,
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
>>>
> 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
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:
> > 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,
> >
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,
37 matches
Mail list logo