> 1)
> I need to go to the console to create a bare clone.
> Would be nice if it could be done from within smartgit.
> I had a working repo and wanted to make a repo on a shared dir. on the nas.
> The --bare option is needed to create the repo on the shared dir so i can push
> to it.
> without the --bare the push yields an error.
Bare repositories are usually used on the server-side, so I don't think that option should be supported by SmartGit. It would possibly create confusion and power users (like you seem to be) will know how to do it on the command line anyway.
> 2)
> Another thing that would nice to see in smartgit is in the log window.
> In the context menu in de log, a menuitem to export a snapshot to a tar or zipfile
> or just make a snapshot copy to another directory.
> ( git archive -o repo.tar nameofthetag or git archive -o repo.tar commitid)
This is on our RFE list.
> 3)
> When selecting multiple changed files for commit, it would be nice to have them
> committed as separate commits,but with the same comment. This makes it easier to
> view the changes in the log while at the sime time speeding up commits.
A commit should represent one "logical" change, which usually consists of changes to multiple files. Splitting such a commit up may result in inconsistent repository states (e.g. compilation could be broken) and it creates unnecessary "noise" in the log.
> 4)
> ( Linux ) ability to change file permissions.
This is not in the scope of SmartGit.
> 6)
> Don't know if this is a stupid request ; editing the commit comment if this is
> possible ?
This will be possible with SmartGit 3. It's already implemented for the latest early access builds:
http://www.syntevo.com/smartgit/early-access.html> 7)
> Create patches (feature as in gitk )
Is on the RFE list.
--
Best regards,
Marc Strapetz
=============
syntevo GmbH
http://www.syntevo.comhttp://blog.syntevo.com12/06/2011 20:20 - apex_olsene wrote:
> 1)
> I need to go to the console to create a bare clone.
> Would be nice if it could be done from within smartgit.
> I had a working repo and wanted to make a repo on a shared dir. on the nas.
> The --bare option is needed to create the repo on the shared dir so i can push to
> it.
> without the --bare the push yields an error.
>
> 2)
> Another thing that would nice to see in smartgit is in the log window.
> In the context menu in de log, a menuitem to export a snapshot to a tar or zipfile
> or just make a snapshot copy to another directory.
> ( git archive -o repo.tar nameofthetag or git archive -o repo.tar commitid)
>
> 3)
> When selecting multiple changed files for commit, it would be nice to have them
> committed as separate commits,but with the same comment. This makes it easier to
> view the changes in the log while at the sime time speeding up commits.
>
> 4)
> ( Linux ) ability to change file permissions.
>
>
> 5)
> I tested a push to bitbucket with succes.
>
> 6)
> Don't know if this is a stupid request ; editing the commit comment if this is
> possible ?
>
> 7)
> Create patches (feature as in gitk )
>
> Don't shoot me if i asked stupid questions :)
>
>
>
>