NOW YOU UNDERSTAND WHY:

A more advanced git system with working trees per commit.

A more advanced git system with working trees per commit.

Now this is something to my liking.

A git system where each commit and each branch has it's own working tree ?!

A tool which automates this would be great !

It should work as follows:

1. when a new branch is created create work tree for it in a sub folder
2. when a new commit is created or even before it a new folder is created.
3. commits should be split up in a pre-commit and post-commit.

the pre-commit states the programmers intention in the current working tree
the post-commit states the programmers work done.

4. each working tree/folder should automatically version if possible
version 0.01
version 0.02
version 0.03

5. the commit message should be recorded in the folder name above
version 0.01 post-commit message
version 0.02 post-commit message
version 0.03 pre-commit message

version 0.01-branch-feature-a
version 0.01-branch-feature-b

I know this system has limitations but it would integrate really well with 
my existing application development experience...

and it has then the best of both worlds.

Fast application development.
Redundancy
Build anything at any time
Run anything at any time.
Access to anything.
Can very quickly look back at older versions.
+
Git co-operation / team development.
Git distribution stuff
Git integrity checking maybe.

Git should and will evolve into something like this.

Better versioning information, more stability, more backwards 
compatibility, not one code for all, code for all times.

Let me know if such a system already exists.

Yes it may  not be suited for linux big 2 gigabyte kernel development, 
because of copies in working trees, but we are not all developing big 
kernels.

Bye,
  Skybuck.


-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/5b89440a-e47e-43b2-9c7d-3182e9f16544n%40googlegroups.com.

Reply via email to