Tagged Questions

Commercial project hosting provider http://unfuddle.com.

learn more… | top users | synonyms

14
votes
5answers
13k views

How do I change a Git remote HEAD to point to something besides “master”

Short version: How do I set a Git remote's HEAD ref to point to something besides "master"? My project has a policy not to use a "master" branch (all branches are to have meaningful names). ...
9
votes
4answers
2k views

Is Unfuddle reliable?

I am in need of an online project management tool that includes SVN hosting as my team of developers are all remote. I stumbled on a site called Unfuddle and have read decent reviews so far. I am very ...
4
votes
1answer
576 views

How can I setup my .git/config to be able to push to / pull from multiple remote repositories?

Ok, I have three different computers that I work from and right now their configurations are all different so I have to push/pull a certain on each and its very bothersome. What I want to do is have ...
4
votes
4answers
1k views

How to copy a repository from Unfuddle to a local SVN server?

I currently have a couple of SVN repositories hosted at Unfuddle and I'd like to have a local copy of the repositories as a backup. Ideally, it would be a "live" backup so my local repository would ...
3
votes
5answers
441 views

Good FREE online project management services

This is going to make me sound lazy (and maybe I am), but I don't want to have to set up anything myself. I'm looking for a good, free online project management/hosting solution for my personal ...
2
votes
1answer
50 views

How can I choose to overwrite remote repository with local commits?

Basically, due to events beyond my control, my remote repo was moved - I did a lot of work on my local copy in the meantime and now I really just want to overwrite everything in the remote repo with ...
2
votes
3answers
741 views

Unfuddle svn access behind a proxy

I am using unfuddle to host some private projects, unfuddle is an excellent solution to being able to update and modify my sources through SVN anytime and when I feel like to even when I’m not home. ...
2
votes
4answers
603 views

IDE, SVN and pushing to sites!

Im thinking of updating my practices, and looking for a little help and advice! I do a lot of work on sites that run joomla, oscommerce, drupal etc and so I have created a lot of custom ...
1
vote
2answers
39 views

When cloning and fetching from Unfuddle, I only get the master, how can I get the branches?

I follow the instructions on unfuddle exactly and no matter what I only can the master back. Pushing branches works fine, but not fetching. Does anyone have any advice? Thanks.
1
vote
2answers
202 views

Ignore already tracked files? (using Tower for Mac to work with a git repository)

I'm new to Git, so please bear with me! I'm working with a clone of a remote repository on Unfuddle. The clone is of an ExpressionEngine install, so I need to make changes to certain files to get the ...
1
vote
2answers
679 views

Using Github & Unfuddle at the same time

Is there a way to use Github and Unfuddle for the same repo? I am responsible for a repo hosted at Unfuddle, but I am not the main owner and it's private because it's part of an ongoing project. I ...
1
vote
1answer
2k views

Creating a SSH key with ssh-keygen does not create the .ssh folder

I am trying to create my public/private rsa key pair with msysgit I run this command: ssh-keygen -C "email@email.com" -t rsa Everything looks fine, I have the message Enter file in which to save ...
1
vote
1answer
319 views

How many lines of code have been committed to my SVN repository?

How could I check how many lines of code have been committed to my SVN repository across all commits?
0
votes
1answer
36 views

ActiveResource trying to access a 2 times nested url

This is the url I need to access /api/v1/projects/{id}/tickets/{id}/time_entries and this is my Project ActiveResource model so far ... I can get projects and tickets based on every project and I ...
0
votes
2answers
183 views

Git clone issue, clone fails with “Corrupted MAC on input”

I am trying to set up a new dev machine and I am not able to clone any repos. remote: Counting objects: 99504, done. remote: Compressing objects: 100% (22812/22812), done. Corrupted MAC on input. ...
0
votes
1answer
97 views

How to remove a versioned file retroactively in git/TortoiseGit? [closed]

Possible Duplicate: git - remove file from the repository I just realised that my binaries have been version-controlled since I started my git repository, which has resulted in a .git of ...
0
votes
0answers
86 views

Committed git on XCode but does not update

I am using git on XCode 4 with unfuddle repositories. I am having a problem when I commit the changes and push the changes. I can see there are successful commits on my local repository, but when I ...
0
votes
1answer
78 views

Getting code into a subversion repository

I just started with subversion, as I'm working with a partner who is not comfortable using git. I signed up for unfuddle, and have a svn url, however when I try to run the svn import command, I get ...
0
votes
0answers
79 views

Proxy settings for Eclipse Unfuddle connector?

How do I set the Unfuddle connector proxy settings in Eclipse? It does not seem to use Eclipse's general proxy settings. Thanks Markus
0
votes
1answer
398 views

SVN syncing fails with ZendStudio

When I try to sync with my SVN (I'm using unfuddle) through ZendStudio I get the following error: Some of selected resources were not committed. svn: Commit failed (details follow): svn: MKACTIVITY ...