Commercial project hosting provider http://unfuddle.com.
1
vote
1answer
15 views
Composer: How to setup private Symfony bundles on svn
I am using svn for hosting my projects on unfuddle.com. All of them share some of my bundles that I would like to keep private.
Example:
I created d:bundles/ImageBundle folder and copied the code I ...
0
votes
0answers
28 views
Different git .netrc files for different users in deployment server
Our code repository (using git) requires authentication on running each git command. In my local machine this is not a problem as I have a .netrc file with the authentication details. But what do I ...
0
votes
0answers
37 views
Deploying unfuddle repository from capistrano
I have been trying to figure out this but unable to. I want to deploy my zend application on my VPS through capistrano. I try to give local repository path on my windows machine ...
0
votes
0answers
38 views
importing FogBugz cases into Unfuddle?
FogBugz is a terrific bug tracking system, but I need the extra flexibility of Unfuddle. I don't want to abandon my existing FogBugz cases.
Does anyone know of resources for migrating FogBugz cases ...
0
votes
2answers
79 views
WIth Assembla or Unfuddle can I have a local version of my repositories and use that with VS 2012?
I've been developing alone and so have just used dropbox as a backup for copies of my MVC code that I develop with VS2012.
Now I have two more developers and I am looking for a way for the others to ...
0
votes
1answer
35 views
Converting a subdirectory in a git repo into an independent git repo
I have a git repository on Unfuddle. This repo contains multiple projects none of which are individually tracked by git. I happen to work on one of these projects but i have to pull the complete repo ...
3
votes
1answer
174 views
Centralized GIT workflow/deployment - Repository Initialization and Feature Branches
OK, I just want to check the workflow of my GIT setup is correct and I understand it fully before I begin to use it properly. I'm following this workflow and this topic is just going to start with the ...
0
votes
0answers
94 views
Unfuddle - How to pull from central server
I'm trying to learn GIT and have created a central repository on Unfuddle. I then cloned this repo onto my local machine. I am trying to follow the workflow here ...
0
votes
1answer
371 views
Setting up jenkins to use an unfuddle git repository
We use unfuddle to host our git repositories.
When we clone a repository, we use:
git@oursubdomain.unfuddle.com:oursubdomain/repositoryname.git
Jenkins is expecting a url however and says:
...
0
votes
1answer
73 views
How do I use the Unfuddle API to get files?
I'm new to web programming, as you are about to see.
I'm trying to periodically retrieve files from Unfuddle using their API. I tried their first code example and it seems to return valid information ...
1
vote
2answers
228 views
Is it possible to connect Github to Unfuddle to use powerful commit messages?
My team is using Github for code hosting and Unfuddle for ticketing. Is it possible to connect Github to Unfuddle so that we are able to update/close tickets from our commit messages?
0
votes
0answers
28 views
Is it possible to set repository permissions with Unfuddle?
I have a project with several repositories on Unfuddle. I want a couple of specific directories within a repository to be commitable by only a few people instead of everyone. Is this functionality ...
0
votes
1answer
105 views
Git clone from unfuddle, how to not include the initial directory, which in this case is the name of the repository
I have a git repository on unfuddle.com. I've been working locally on my windows machine using TortoiseGit. I'm ready to clone the repository onto a development server and I'm able to get all the ...
0
votes
1answer
203 views
Does an Svn Dump Grab Everything?
I am using the free version of http://unfuddle.com/ for all my svn needs. They allow backing up but I can't find how to import my repositories in.
I see they allow you do use import by using a svn ...
1
vote
1answer
189 views
Unfuddle API get accounts info
I'm trying to get the account info from Unfuddle API using ActiveResource
The url is http://mydomain.unfuddle.com/api/v1/account
this is my ActiveResource class
class Account < ...
0
votes
2answers
684 views
Unfuddle with Subversion
Can I use "Unfuddle" without the need to have a subversion/GIT account? It is my understanding that these revision/versioning tools sit under Unfuddle which is a hosted application.
If this is the ...
0
votes
1answer
154 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 ...
4
votes
1answer
2k 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 ...
1
vote
2answers
150 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
618 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. ...
1
vote
4answers
925 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 ...
0
votes
1answer
626 views
How to remove a versioned file retroactively in git/TortoiseGit? [duplicate]
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 ...
1
vote
1answer
304 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 ...
1
vote
2answers
1k 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 ...
2
votes
1answer
6k 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 ...
5
votes
1answer
1k 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 ...
1
vote
1answer
809 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?
6
votes
4answers
1k views
Which is a good Continuous Integration Solution (e.g. CruiseControl.net) hosting provider?
I have a private .NET (C#) project using Git Repository in Unfuddle.com. I wish to utilize a hosted Continuous Integration tool like CruiseControl.Net. Can anybody recommend a hosted CI solution, that ...
10
votes
4answers
3k 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 ...
40
votes
9answers
36k 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). ...
0
votes
1answer
698 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 ...
2
votes
1answer
954 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
671 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 ...
4
votes
3answers
2k 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 ...