Hi Bernard,
Thanks for your reply.
Indeed, git ls-files is for use with a cloned git repository, i.e. one you
already have
on your filesystem. That is why it did not work:
Not as simple :
> git ls-files https://github.com/hfst/hfst.git
> fatal: Not a git repository (or any parent up to mount point /home)
> Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Fortunately, GitHub's SVN bridge which Shardul mentioned previously lets
you do
what you're looking for without learning any new commands:
$ svn ls https://github.com/hfst/hfst.git/trunk
.gitignore
.travis.yml
AUTHORS
BUGS.old
COPYING
ChangeLog
ChangeLog.old
HACKING
INSTALL
Makefile.am
...
You can effectively treat the Git repo as an SVN repo.
--
Sushain K. Cherivirala
On Sat, Feb 10, 2018 at 9:54 AM, Bernard Chardonneau <bechapert...@free.fr>
wrote:
> > Date: Thu, 8 Feb 2018 00:35:17 +0100
> > From: Xavi Ivars <x...@infobenissa.com>
> > To: apertium-stuff <apertium-stuff@lists.sourceforge.net>
> > Reply-To: apertium-stuff@lists.sourceforge.net
> > Subject: Re: [Apertium-stuff] Proposal: Move Apertium to Github
> > Pièce(s) jointes(s) probable(s)>
> > Hi Bernard
> >
> > I'll try to summarize the answers for your main concerns. If I'm not
> > answering an specific question, please let me know and I'll try to make
> > sure it gets covered.
> >
> > (.......)
> >
> > If you want to do a "svn list", you just need to do "git ls-files": you
> get
> > exactly the same output. It has nothing to do with git branch.
>
> Not as simple :
>
> git ls-files https://github.com/hfst/hfst.git
> fatal: Not a git repository (or any parent up to mount point /home)
> Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
>
> > In any case,
> > with git you can do many things that you cant with SVN, like doing
> commits
> > when you have no internet access, etc.
> >
>
> During holidays, I often spend about 2 weeks without internet and I often
> have more time to work on Apertium. My mailer also works mainly off-line.
>
> But sending the results when comming back to internet is enough for me and
> a local git on his computer instead of 2 directories (last original version
> from server and devel directory for changes) is safe enough I thing.
>
> Thank you for your longs answers.
>
>
> --------------------------------
> Bernard Chardonneau (France)
> Phone : [33] 9 72 36 32 90
> GSM phone : [33] 7 69 46 16 31
>
> Multilingual websites for my free softwares :
> http://libremail.free.fr and http://libremail.tuxfamily.org
> http://cyloop.tuxfamily.org (mainly translated with Apertium)
>
> My general website (in french only)
> http://bech.free.fr
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Apertium-stuff mailing list
> Apertium-stuff@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/apertium-stuff
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff