-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm finding that I'm coding online and offline. When I'm offline, I
would really like to use the svn:externals definition for ez_setup. It
seems that the best way to do this would be to create a 'peak' project
just for the ez_setup files. Then, when I'm online, I can sync 'peak'
and get the latest ez_setup files. When I'm offline, I could reference
the 'peak' project in my other python projects that use setuptools. I've
tried this, but so far, I keep getting just a blank directory when my
projects reference 'peak'.

REPRO:

$ cd temp
$ mkdir peak
$ svn import peak file:///home/me/svn/peak -m 'local peak'
$ cd ~/active
$ svn co file:///home/me/svn/peak
$ cd peak
$ svn propedit svn:externals .
|> ez_setup svn://svn.eby-sarna.com/svnroot/ez_setup
$ svn update
$ ls
|> ez_setup
$ ls ez_setup
|> __init__.py README.txt
$ cd ~/active
$ cd SomeExistingProjectInSVN
$ svn propedit svn:externals .
|> # ez_setup svn://svn.eby-sarna.com/svnroot/ez_setup
|> ez_setup file:///home/me/svn/peak
$ svn update
|> Fetching external item into 'ez_setup'
|> External at revision 21.
|>
|> At revision 21.
$ ls
|> ez_setup
$ ls ez_setup
|> total 0

ERROR:
I expect to see these files:
|> __init__.py README.txt

- -Todd


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDoGU0z6uXX4lQc/URAg2QAJ9EQsR/WHYhPyebWT2Dx7ikJWhUxQCfXwAm
XHyCKVMpQNApSJOf1Qihbaw=
=VBoR
-----END PGP SIGNATURE-----
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to