duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-talk] success: parallel install of different versions


From: edgar . soldin
Subject: [Duplicity-talk] success: parallel install of different versions
Date: Wed, 17 Sep 2008 09:54:04 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080708 Thunderbird/2.0.0.16 Mnenhy/0.7.5.0

No comments yet on the list .. thats's why I resend this message.

Eventually I took the tarball from the website and installed it by
'prefix' under a local folder...
This works fine. To circumvent the need to set the PYTHONPATH on every
call I inserted it in the duplicity script by 'sys.path.insert'.

Still I am interested how to build or make it work from CVS. I don't
have python background, please be forgiving on that. But I am quite
experienced in programming. It didn't work out on failed python imports.
Is it really necessary to build the application. Because python is
script, can't I execute from the start?

Also I'd like to have all duplicity files in one folder (I don't see the
need to separate them in a local installation). Any ideas or knowledge
how achieve this? I would specify the required path on install
(--install[-libs|-scripts etc.]), or is there a better way to do it? I
will try the switches, but maybe someone knows them instantly from the
mind and can tell them?

regards ede
--
Edgar Soldin wrote:
Hi all,

is it possible to install two different versions in parallel? How can I
achieve this?
It is for testing before switching versions.

regards ede

To check out from CVS, use the following:

$  cvs -z3 \
-d:pserver:address@hidden:/sources/duplicity \
co -r v0_5_00 duplicity

Note the '-r v0_5_00' -- This tells cvs to check out the 0.5.00 version
of the package.  I quite often release code in between versions which
means that the only fully tested package is a tagged version.  At the
moment, you don't need it, but will in a few days.

The README file has info on how to run multiple versions and what you'll
need in terms of other packages, etc.

...Ken

------------------------------------------------------------------------

_______________________________________________
Duplicity-talk mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/duplicity-talk


--
public class WhoDidIt{ // A comment. I love comments
 private static Person sender;

 public static void main (String[] foo){

 sender = new Person();
 sender.setName(new String[]{"Edgar", "Soldin"});

 Address address = new Address();
 address.setStreet("Stadtweg 119");
 address.setZip(39116);
 address.setCity("Magdeburg");
 address.setCountry("Germany");

 sender.setAddress(address);

 sender.setMobilePhone(" +49(0)171-2782880 ");
 sender.setWebSiteUrl(" http://www.soldin.de ");
 sender.setEmail(" address@hidden ");
 sender.setPGPPublicKey(" http://www.soldin.de/edgar_soldin.asc ");
 sender.setGender(true);

 System.out.println(sender.toString());
 }
}






reply via email to

[Prev in Thread] Current Thread [Next in Thread]