filetree icon indicating copy to clipboard operation
filetree copied to clipboard

Monticello repository for directory-based Monticello packages enabling the use of git, svn, etc. for managing Smalltalk source code.

Results 49 filetree issues
Sort by recently updated
recently updated
newest added

When I review code on github I often see files with modification but no content added. For example: - https://github.com/npasserini/iceberg/pull/268/files/483dd146005a7cbf26f19a9cc0cf958db9f8d41a#diff-bec44d0483e6ef1f62be1bff61483d8b - https://github.com/npasserini/iceberg/pull/268/files/483dd146005a7cbf26f19a9cc0cf958db9f8d41a#diff-5900259ea5dc8183b58d1e138765d725 I would like to see two things to...

It is my understanding that allowing package renames (**with preserved history**) is complex task for regular filetree. However gitfiletree (metadata-less) takes everything from git, which does understand renames and likewise...

@ThierryGoubier published the following for Pharo-6.0: https://github.com/dalehenrich/filetree/issues/201#issuecomment-242765843. The original issue has to do with the fact that Monticello does not allow two packages to share a common Prefix: 'AAA' and...

Windows has a list of reserved file names and patterns https://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx#naming_conventions more specifically this: > CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2,...

In Pharo 6 Esteban created a folder `pharo-local/`. This folder should contains all the Pharo files of an image excepted the .image and .changes. So, `github-cache/` should be move in...

It seems there is recent activity on this project, but not in the default branch; and there are many merged/stale branches that could be pruned (easily with the github UI...

Implement a MCDiff-based FileTree writer to accelerate writing large package to disk. Starting point: pharo5.0_dev.

Currently when I type in incorrect name of repo or a branch I just get a weird error saying that a zip wasn't found. ![este](https://cloud.githubusercontent.com/assets/1276328/14041810/b7a95f00-f274-11e5-9e56-9b30bd912acb.png) This is very cryptic when...

John Brant suggested a fix to gitfiletree use of OSProcess on Mac OS/X. It seems to do no harm on Linux.

[See @ThierryGoubier comment](http://forum.world.st/ANN-No-Metadata-mode-for-GitFileTree-tp4859747p4860063.html) that points out the flaw ...