Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Now i know there are loads of posts on this subject and i have tried a number of these clients but they don't seem to offer what i need.
I need a client that will allow me to commit/update git repositories i have stored on a linux server, but all the clients i have tried only allow me to either enter github credentials or create/use repositories on the local system.
This client has to work on OSX.
Are there any clients that will allow me to check out a project using a url?
Any Git client will do, you can do that from console as well, just point it to a different repository (not the one on github nor the one on your computer).
My Git needs are solved by command line only but If you need a graphical client I've heard that 'tower' is quite good: http://www.git-tower.com/
Try SmartGit and in the occurring Welcome dialog select the Clone option. Then paste your remote Git-repository URL and continue.
GitX is also very nice and works very well. It has multiple repos on Github with different forks these days. I prefer this fork: https://github.com/laullon/gitx/downloads
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
i am looking for some piece of software that would be able to deploy my symfony2 application to a customer, i tried capifony but it seems that it's a big hassle to deploy to different host with different settings.
I hope i have provided enough information, i've spent a lot of time searching for a decent solution but i couldn't manage to find one.
Well, I found an answer.
Another stackoverflow mate did the same question here: Use capifony to deploy to multiple production servers
And they gave him the answer, linking this other question: Deploying a Rails App to Multiple Servers using Capistrano - Best Practices
I hope I helped you, mate ;)
Edit:
I didn't realize that you told me "not at the same time". But, if I'm not wrong, could be another solution:
Forget about I told you, get the deploy.rb as standard as possible. Then, if you delete de line where the host is specified (and also user and pass), each time you deploy with capifony you'll be asked to enter the host (and then the user, and then the pass)
Maybe isn't the cleanest solution, but I think it could work...
It think you need the capistrano multi-stage extension:
https://github.com/capistrano/capistrano/wiki/2.x-Multistage-Extension
I use it with Capifony to deploy to test, staging and live environments for all my symfony 2 projects.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I really like the deployment architecture of Heroku.
Is it possible to take one of Heroku's buildpacks (e.g. Heroku's buildpack for Ruby) to deploy my app to my own server (local Linux or EC2 running Ubuntu), using the familiar command
linux> git push localserver master
where localserver is a git endpoint to which I can push my repository.
If so, is there any place which documents setting up a local or EC2 server to do this as a repeatable process?
Perhaps I am not very helpful, but just wanted to mention that Heroku's own blog post about buildpacks says (http://blog.heroku.com/archives/2012/7/17/buildpacks/):
Using buildpacks can be a convenient way to leverage existing, open-source code to add new language and framework support to your own platform. Stackato, a platform-as-a-service by ActiveState, recently announced support for Heroku buildpacks.
You can also run buildpacks on your local workstation or in a traditional server-based environment with Mason.
No, but I do know there are a couple of open source Heroku clones out there that you can use on your own servers. Saying that though, a quick Google didn't reveal anything.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a nice software to store tickets information locally. It should work only on my laptop under Linux, and be easily installed. The core features that I need:
storing tickets
allows to create additional documentation
don't take too much ram
very easy installation (I don't have whole days for configuring)
multiproject
You can try Project Kaiser
I use redmine and it's fantastic for all of the above. It's browser based so you'd need to install and configure it but it's not hard and well worth the effort.
Redmine is quick efficient and it's the best tool of its kind that I've ever found and I've looked tried many.
I know little about ruby/rails and it took me a few hours to install from clean using the guides.
How about a TidliDu http://www.giffmex.org/tiddlydu2.html. You can't make it easier to install. Create a new one for each project.
OpenOffice spreadsheet?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I really like the Brotherbard GitX fork; is there something along the same lines for hg?
Sourcetree has a good clean GUI and supports Mercurial and Git and it's free.
MacHg is a fairly full OSX client:
It is a native OSX GUI client for Mercurial. It is modern and fully multi-threaded using Grand Central Dispatch and threading goodness. It has a clean interface and allows multiple repositories per document, using a standard mac sidebar interface. It incrementally loads data so its very fast. Ie it easily handles browsing the mozilla repository which is 3.35Gb. MacHg is fully featured handling all standard Mercurial commands, and additionally provides history editing features through the Mercurial rebase, strip, collapse, and histedit extensions.
Murky is about it, but it's nowhere near as mature as GitX.
TortoiseHg is an OK GUI. OSX port is reported as "in progress."
I use Murky. There are two things to note:
When you enter the repository url use this pattern: https://username:password#domain.com. That's the only place where you can enter your username and password.
There are some things you can't do through the GUI (I think merge is one of them), in which case you can launch the terminal from the app and use the command line. You'll then see any changes update in the GUI.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I use more than one machine for development in VS 2008. Is there a tool to automatically synchronize the snippets between the machines? Same concept of synchronizing browsers' bookmark.
If you have Vista and the LiveMesh client installed try this suggestion
Hope this helps.
The machines are in different locations, home and work so software like SyncToy won't work.
I don't know about SyncBack. It's not clear from their web site if it can be done over the web. I can't find the client software on MS's site for Live Mesh.
I will check ideas here:
http://lifehacker.com/372175/free-ways-to-synchronize-folders-between-computers
Try one of these:
1) http://www.getdropbox.com
2) https://www.foldershare.com/welcome.aspx
3) Microsoft Office Groove
I personally use SVN.
I tried foldershare and did all the setup and it's not syncing. Also when I chose On Demand type of synchronization instead of Automatic, I expected to see an option to trigger the synchronization manually and I couldn't find it. I didn't like the software.
Looked around and found syncplicity and it works fine.
Assuming you already know what files you need/want sync'd then some additional options to Mesh would be to tool-out. Maybe look at SyncToy or SyncBack to keeps these collection of files centralized - then have all your machines pull from the central data store.
There is also Live Sync (formery FolderShare) which works over the internet.
Syncplicity.com