[Python-apps-team] Bug#917468: have SVN repository data

Geert Stappers stappers at stappers.nl
Fri Dec 28 20:21:54 GMT 2018


On Fri, Dec 28, 2018 at 10:16:04AM -0500, Vincent Cheng wrote:
> 
> It should be part of the python-apps repo:
> 
> https://alioth-archive.debian.org/svn/python-apps.tar.xz
> 

  221  cd src
  222  ls
  223  wget https://alioth-archive.debian.org/svn/python-apps.tar.xz
  224  tar tf python-apps.tar.xz 
  225  tar xf python-apps.tar.xz 
  226  cd python-apps/
  227  ls
  228  cat README.txt 
  229  su - gs0604
  230  man svnserve
  231  man 5 svnserve.conf
  232  man svnserve
  233  svnserve --daemon --read-only --root=.
  234  ss -lt
  235  svn list svn://localhost
  236  svn list svn://localhost/packages
  237  svn list svn://localhost/packages/pelican
  238  history

So far, so good



More information about the Python-apps-team mailing list