iriscouch / build-couchdb

Batteries-included CouchDB build system
227 stars 36 forks source link

How to get a clean checkout? #42

Open a5sk4s opened 12 years ago

a5sk4s commented 12 years ago

I'm trying to use build-couchdb for building older release versions (e.g., 1.1.1 and 1.0.3), but can't seem to get a clean checkout:

rake git="git://git.apache.org/couchdb.git tags/1.1.1" install=/opt/couchdb-1.1.1

WARNING: This checkout is not clean:
:100755 100755 5584a3516062ec3845061c5a44133192260068ac 0000000000000000000000000000000000000000 M dependencies/autoconf-2.59/configure
:100644 100644 d3c5b40a94091285c27361905f591af64c1f7b21 0000000000000000000000000000000000000000 M  dependencies/autoconf-2.62/INSTALL
:100755 100755 cd159e53695a05f70deb87482772201b856931d0 0000000000000000000000000000000000000000 M  dependencies/autoconf-2.62/configure
:100644 100644 c5828f7595b49972221bb046e221ee3ddcfb63ba 0000000000000000000000000000000000000000 M  dependencies/autoconf-2.62/doc/autoconf.info
:100755 100755 d65d90fca78a07afdfa024d451f8e99bc2e12540 0000000000000000000000000000000000000000 M  dependencies/autoconf-2.62/doc/stamp-vti
:100755 100755 d65d90fca78a07afdfa024d451f8e99bc2e12540 0000000000000000000000000000000000000000 M  dependencies/autoconf-2.62/doc/version.texi

Build CouchDB commit: 14effdd48c87443f06a84d6873dc029109ca48fc

Is it a matter of picking the right repo - I tried git://git-wip-us.apache.org/repos/asf/couchdb.git tags/1.1.1 as well. Not sure where the issue is - any help is appreciated.