alarmz / boar

Automatically exported from code.google.com/p/boar
0 stars 0 forks source link

Boar should be able to list specific folders and files #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently it lists all files which makes it hard to manage the repository.

I think it should be like svn list, which will help tremendously.

Original issue reported on code.google.com by uts...@gmail.com on 2 Mar 2011 at 6:33

GoogleCodeExporter commented 9 years ago
Agreed.

Original comment by ekb...@gmail.com on 3 Mar 2011 at 9:10

GoogleCodeExporter commented 9 years ago

Original comment by ekb...@gmail.com on 3 Mar 2011 at 9:10

GoogleCodeExporter commented 9 years ago
I've implemented it. Please have a look

Original comment by uts...@gmail.com on 5 Apr 2011 at 5:18

Attachments:

GoogleCodeExporter commented 9 years ago
Removed the extra cat command in issue7.sh

Original comment by uts...@gmail.com on 5 Apr 2011 at 5:29

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks! I'll have a look at this in the next few days.

Original comment by ekb...@gmail.com on 5 Apr 2011 at 8:22

GoogleCodeExporter commented 9 years ago
Sorry for taking so long to respond. Thanks for the patch, it was good. 
However, after some pondering, I think that the whole "list" command is quite 
ill thought. It should be deprecated and replaced with a "ls" command that 
behaves like subversions' "ls" command.

Original comment by ekb...@gmail.com on 15 Sep 2011 at 12:27

GoogleCodeExporter commented 9 years ago
Sounds good. Can't wait to see it.

Original comment by android1...@gmail.com on 20 Sep 2011 at 6:23

GoogleCodeExporter commented 9 years ago
There is now a "ls" command as of changeset 4bea88095f66.

Original comment by ekb...@gmail.com on 9 Oct 2011 at 12:43