You are here

MSysGit Portable 1.6.5 Development Test 1

11 posts / 0 new
Last post
stevenh512
Offline
Last seen: 14 years 3 weeks ago
Joined: 2010-02-01 03:09
MSysGit Portable 1.6.5 Development Test 1

Application: MSysGit
Category: Development
License: GPL v2
Language: English
Description: MSysGit Portable is the handy Git SCM software and a portable command prompt packaged with a PortableApps.com Launcher as a portable app, so you can check out your source wherever you go.

Download MSysGit Portable 1.6.5 Development Test 1 [11.4MB download / 141MB installed]
(MD5: 0b902d6d44182fe55de58e8d0fe9ad88)

Release Notes:

Development Test 1 (2010-03-04): Initial release

voyagerfan5761
voyagerfan5761's picture
Offline
Last seen: 13 years 2 weeks ago
Joined: 2008-12-14 23:14
Updated build?

I'm using the "official" MSysGit Portable package from June (about to upgrade to the Sept. release). It works quite well (though I ended up writing this BAT file to help it with setting HOME properly.

If by chance you're still working on this, it would be great if you could take a look at the latest release of MSysGit, try out packaging it, and update this thread. I'd love a chance to test the two versions (your "fork" and "origin:master" Wink side-by-side.

Meanwhile, I'll see if the 1.7.2 series still has issues with HOME.

sar3th
sar3th's picture
Offline
Last seen: 10 years 1 month ago
Joined: 2009-02-13 03:57
Development Status?

Hello,
please let me know if you're still actively developing this and wish to continue working on it or if I may take over.
Thanks Smile

jpoul
Offline
Last seen: 3 years 8 months ago
Joined: 2010-05-02 07:52
I have done some work on this

I have done some work related, but it is focused on the whole GitExtensions package
(http://code.google.com/p/gitextensions). I have one portable version that actually works. Basically, it works well enough that I have removed installed versions from all my pcs and I am managing my repos completely from my portable app.

Due to obvious .net dependencies, I haven't published anything. But I just found out a forum post related to .net apps, so I will probably post something relevant in the following days.

This is my post to the developers' forum, if you want to check it out:
http://groups.google.com/group/gitextensions/browse_thread/thread/9c2c7b...

Hope I'm being usefull.

sar3th
sar3th's picture
Offline
Last seen: 10 years 1 month ago
Joined: 2009-02-13 03:57
RE: Git Extensions

Hello jpoul,
first of all thanks for your reply Smile
I personally have never used Git Extensions, only regular (msys)git. My question is, is Git Extensions dependent on normal Git? My Package is basically portablegit with customizable launchers.
I don't know about .NET dependencies, but normal git does not have any (afaik).
My suggestion is to publish two separate "Apps", one for regular Git and one for Git Extensions, and make Git Extensions dependent on Git if necessary. This would also allow you to address the .NET issues separately. What do you think about that?
Greetings,
sar3th

pmwheatley
Offline
Last seen: 11 years 9 months ago
Joined: 2011-12-12 14:48
MSYS Portable

Hey guys,

Not sure if this is of any interest, or whether you have tackled all my bugbears already, but I have posted a Development Release of MSYS which I am currently using in my own portable development setup. I am hoping for any advice/comments which may help make this more drive/folder/system independent and robust (for tackling crazily convoluted directory structures for example :)).

Anyway, here it is, and let me know any thoughts you have. Loving the work guys!

MSYS Portable 1.10.11 Development Test 1

Cheers

sar3th
sar3th's picture
Offline
Last seen: 10 years 1 month ago
Joined: 2009-02-13 03:57
RE: msys and msysgit

Hi pmwheatley,
as far as i know, msysgit does not really have something to do with msys, except that it's built using mingw and msys Wink
Greetings,
sar3th

evanplaice
Offline
Last seen: 12 years 1 month ago
Joined: 2010-03-09 02:42
I'll try it out but you might want to consider...

Any thoughts on forking the project on GitHub.

The msysgit devel team may find this extension useful and add it to their development cycle. They already have a portable version so I doubt there are any legal/philosophical issues with incorporating a PA installer.

If you know how to use git+github take a look at the official project here: https://github.com/msysgit/msysgit/network.

If you aren't already using the portable version you can find the download here:
http://code.google.com/p/msysgit/downloads/list

jpoul
Offline
Last seen: 3 years 8 months ago
Joined: 2010-05-02 07:52
online installer

Hi... I just created an online installer for PortableGit. You can find it at https://github.com/jpoul/MSysGitPortable. No bash for now, but take a look. Maybe we can merge this ?

Hope I'm being usefull.

Voltron43
Voltron43's picture
Offline
Last seen: 2 years 9 months ago
Joined: 2009-10-12 12:52
Adding bash_profile

I am hoping that somebody may be able to help. I'm trying to add MinGW Portable and MSYS Portable to my PATH variable using a bash_profile file located in MSysGitPortable\App\MSYSGit\etc. My problem is that I can't seem to get it to work without using the flash drive letter. For some reason, if I use a relative path, it works only in the MsysGit initiated directory.

Here is my current path_profile contents:

export PATH=$PATH:/f/PortableApps/CommonFiles/MinGW/bin:/f/PortableApps/MSYSPortable/App/MSYS/bin

Where /f/ is the flash drive letter.

It would also be great if MSysGitBashPortable.exe can move the bash_profile to the data directory.

Thanks in advance.

mburyakov
Offline
Last seen: 11 years 1 month ago
Joined: 2012-09-27 13:32
Icons - bug

If the application has multiple launchers, it should contain files appicon1.ico for the first menu entry and appicon2.ico for the second.

Thanks!

Log in or register to post comments