local files (generally, because their SCMs don't
provide
a remote list method). Arguments passed to the list() method also have
different meanings for those
providers.
We should specify in the ScmProvider.list() javadoc that if the SCM
does
not support remote listing, then the method should
gt;>> providers
>>>>>> perform the list() operation remotely and don't need a checkout
>>>> directory,
>>>>>> Git and some others
>>>>>>> simply list the local files (generally, because their SCMs don't
>>>> pr
n remotely and don't need a checkout
> >> directory,
> >>>> Git and some others
> >>>>> simply list the local files (generally, because their SCMs don't
> >> provide
> >>>> a remote list method). Arguments passed to the list() metho
anings for those
providers.
We should specify in the ScmProvider.list() javadoc that if the SCM
does
not support remote listing, then the method should just fail and also
modify the existing
ListCommand implementations.
My opinion on this is that the ListCommand says remote repos. If some
SC
ckout directory,
Git and some others
simply list the local files (generally, because their SCMs don't provide
a remote list method). Arguments passed to the list() method also have
different meanings for those
providers.
We should specify in the ScmProvider.list() javadoc that if the SCM does
n
ome others
> > simply list the local files (generally, because their SCMs don't provide
> a remote list method). Arguments passed to the list() method also have
> different meanings for those
> > providers.
> >
> >
> > We should specify in the ScmProvider.lis
provide a
remote list method). Arguments passed to the list() method also have different
meanings for those
providers.
We should specify in the ScmProvider.list() javadoc that if the SCM does not
support remote listing, then the method should just fail and also modify the
existing
L
ondly, the clients sometimes need to create a temporary folder to run the
list() operation in, otherwise the files can be checked out in the process CWD.
And lastly, the clients expect the list operation to be fast, while it not
always is.
We should specify in the ScmProvider.list() javadoc that if th