Frank [Antispam account] wrote:
> Hello Duncan,
> 
> Thanks for releasing an other great version!
> 
> 
> I'm wondering if this is the same version as the current svn? 
> 
> I'm using the following script to update my freevo (from svn)
> 
> svn co svn://svn.freevo.org/kaa/ kaa
> cd kaa/trunk
> python setup.py install
> cd ../../
> svn co svn://svn.freevo.org/freevo/branches/rel-1 freevo-1.x 
> svn --force export svn://svn.freevo.org/kaa/branches/mmpython-0-4/mmpython
> mmpython-0.4.10
> cd freevo-1.x
> cd freevo
> ./autogen.sh
> python setup.py install
> 
> If I run this, will I have the 1.72 version installed?

You don't need mmpython, kaa.metadata has completely replaced it.

Supposing you have a directory structure something like this:
/sources
/sources/svn
/sources/svn/kaa
/sources/svn/freevo-1.x/freevo
/sources/svn/freevo-1.x/testing
/sources/freevo-1.7.2

Then you can for the svn versions

cd /sources/svn/kaa
svn update
python setup.py install

cd /sources/svn/freevo-1.x/freevo
svn update
./autogen.sh
python setup.py install

and for the release version, even simpler

cd /sources/freevo-1.7.2
python setup.py install

I've added a section to the Contributing section of the wiki
http://freevo.sourceforge.net/cgi-bin/doc/Contributing
to tell you how to do a test installation without overwriting your
installed version.
http://freevo.sourceforge.net/cgi-bin/doc/Contributing#head-90654d242d6ef9809ad17c9bfcd5958d4a10f0cc

HTH
Duncan


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to