|
Revision 59
(checked in by thejimmyg, 2 years ago)
|
Added the 0.4 branch
|
- Property svn:executable set to
*
|
| Line | |
|---|
| 1 |
This directory exists so that Subversion-based projects can share a single |
|---|
| 2 |
copy of the ``ez_setup`` bootstrap module for ``setuptools``, and have it |
|---|
| 3 |
automatically updated in their projects when ``setuptools`` is updated. |
|---|
| 4 |
|
|---|
| 5 |
For your convenience, you may use the following svn:externals definition:: |
|---|
| 6 |
|
|---|
| 7 |
ez_setup svn://svn.eby-sarna.com/svnroot/ez_setup |
|---|
| 8 |
|
|---|
| 9 |
You can set this by executing this command in your project directory:: |
|---|
| 10 |
|
|---|
| 11 |
svn propedit svn:externals . |
|---|
| 12 |
|
|---|
| 13 |
And then adding the line shown above to the file that comes up for editing. |
|---|
| 14 |
Then, whenever you update your project, ``ez_setup`` will be updated as well. |
|---|
| 15 |
|
|---|