Jakob Reschke

Results 129 comments of Jakob Reschke

There might be a use case to merge stuff without actually loading it. Unless there are editing facilities for the metaobjects (which contradicts the idea of a working copy), it...

Cloning is currently analogous to `git clone URL target-dir` instead of just `git clone URL` (which creates a new subdirectory and guesses the name from the last part of the...

I have added the confirmation prompt if the chosen directory is not empty.

I want it too. Never found the time to design and implement it.

Implemented in v0.8.0 for packages (that is classes, methods, package scripts, organization changes).

> As a consequence, I keep receiving a broken promise after choosing the already loaded version of conflicts in the merge dialog. What kind of conflicts are these? Are there...

On which branches is SqueakHistoryData.package present: on master, the feature branch, the stream branch? Is the package always loaded during your steps? In step 4 and 5, why do you...

Also it would be helpful if you could send me a file (e. g. via SmartRefStream) of the editedPatch of the SquotMergeTool, so that I can have a look at...

So it seems to be the edge case of an empty SquotArtifactDiff while updating the load order. So your "bloody workaround" is correct in nature... But usually I want to...

This is my workaround code (Windows only, unixoid versions can be realized with /bin/sh): ``` SquitRepository push: branchSpec to: remoteName OSProcess command: 'cmd /C start /D "', self location pathString,...