Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #27173

Re: Sharing code between different projects?

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <andrea.crotti.0@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.107
X-Spam-Level *
X-Spam-Evidence '*H*': 0.79; '*S*': 0.00; 'subject:code': 0.07; 'received:mail-lpp01m010-f46.google.com': 0.09; 'cc:addr:python- list': 0.10; 'anyway': 0.11; 'subject:between': 0.16; 'subject:projects': 0.16; 'later': 0.16; 'seems': 0.23; 'cc:2**1': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'guess': 0.27; 'merge': 0.27; 'message-id:@mail.gmail.com': 0.27; 'lines': 0.28; 'necessary,': 0.29; "i'm": 0.29; 'received:209.85.215.46': 0.30; 'implement': 0.32; 'everyone': 0.33; 'received:google.com': 0.34; 'wrong': 0.34; 'thanks': 0.34; 'subject:?': 0.35; 'similar': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'but': 0.36; "i'll": 0.36; 'moment': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'things': 0.38; 'header:Received:5': 0.40; 'think': 0.40; 'skip:u 10': 0.60; 'url:index': 0.61; 'it!': 0.64; 'hours': 0.66; 'finally': 0.66; 'andrea': 0.84; 'url:forums': 0.84; 'url:topic': 0.84; 'url:php': 0.86; 'ideas.': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=yXnWM2f6A2EJu6iazcYadjOXTAsJiHC6i4DxGVFd06M=; b=RyffTh+zEhQfjXJSJ/4YR4UeY1FfmLblHdlyxhyMCVAjVyV/BjfJibtAMvKH5P5f32 fLOZWrVPI97/o8MZw1LTGxPLsASKJHQ12Dln2yL057xt65YuV6qJwRuPQ756BLPqhYSe DQ2/Qpb8lJSySwQHbSyrSifQT/AflKMC3hnO19/d5JOaJUeAw9iEB3XewwnAbjEpZsXD 1oQCaDpG42L/HQL2cbQ7t/oSODZnjFjKVOyFW5KDrudVNhswikSvs/mTJbE06xAXzUWh 7e0o5dxkr/2oxRsz+1Zwr3oPsw+Cbpvx9g0nJpdVO9VM6fvigxkoi68QS+zsjWThVlqU e27A==
MIME-Version 1.0
In-Reply-To <CAF_E5Jb+=yUUkK+QJFkh-fbPcaw+Qbv8_RB6d7LbeoR8ZRbLpA@mail.gmail.com>
References <CAF_E5JZ82ar7sWi5eOWe46N2wXVAX2QYUb5F9==0dxRbYMsEhg@mail.gmail.com> <20120814215118.GA19167@cskk.homeip.net> <CAF_E5JarppDRD-yuutc1XzFLumWuRvQuf8uZaeQhSw3o7whFFQ@mail.gmail.com> <502CB426.9040302@sequans.com> <CAF_E5Jb+=yUUkK+QJFkh-fbPcaw+Qbv8_RB6d7LbeoR8ZRbLpA@mail.gmail.com>
Date Thu, 16 Aug 2012 16:47:02 +0100
Subject Re: Sharing code between different projects?
From andrea crotti <andrea.crotti.0@gmail.com>
To Jean-Michel Pichavant <jeanmichel@sequans.com>
Content-Type text/plain; charset=ISO-8859-1
Cc python-list <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3374.1345132023.4697.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1345132023 news.xs4all.nl 6972 [2001:888:2000:d::a6]:45450
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:27173

Show key headers only | View raw


2012/8/16 andrea crotti <andrea.crotti.0@gmail.com>:
>
>
> Unfortunately I think you guess wrong
> http://forums.perforce.com/index.php?/topic/553-perforce-svnexternals-equivalent/
> Anyway with views and similar things is not that hard to implement the
> same thing..


I'm very happy to say that I finally made it!

It took 3 hours to move / merge a few thousand lines around but
everything seems to work perfectly now..

At the moment I'm just using symlinks, I'll see later if something
smarter is necessary, thanks to everyone for the ideas.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Sharing code between different projects? andrea crotti <andrea.crotti.0@gmail.com> - 2012-08-16 16:47 +0100

csiph-web