Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ svn co https://dist.apache.org/repos/dist/dev/tez/
# copy contents so that the resultant is:
$ ls tez/apache-tez-x.y.z-rc0/
apache-tez-x.y.z-bin.tar.gz         apache-tez-x.y.z-src.tar.gz       
apache-tez-x.y.z-bin.tar.gz.asc     apache-tez-x.y.z-bin.tar.gz.sha512  apache-tez-x.y.z-src.tar.gz.asc     apache-tez-x.y.z-src.tar.gz.sha

$ svn add tez/apache-tez-x.y.z-rc0/
$ svn ci tez/apache-tez-x.y.z-rc0/

...