Questions tagged [unfuddle]

Questions about Unfuddle, commercial project hosting provider.

Unfuddle provides source control, issue tracking, simple planning, wiki and storage for projects. Pay-per-month (with a limited free option), available for commercial projects.

https://unfuddle.com/

36 questions
0
votes
2 answers

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 work with me. I was looking at Unfuddle and…
user1464139
0
votes
1 answer

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 everytime before i push the committed changes to…
jimcgh
  • 5,637
  • 4
  • 27
  • 37
0
votes
1 answer

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 request failed on …
rashcroft
0
votes
2 answers

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: Specify the URL of this remote repository. This uses the…
Jane
  • 1,953
  • 1
  • 20
  • 27
0
votes
1 answer

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 files using git clone…
user1073319
  • 161
  • 1
  • 11
-1
votes
1 answer

Unable to send data to unfuddle API

var request = require('request'), username = "someUSerName", password = "somePassWord", url = 'https://evergladesolutions.unfuddle.com/api/v1/projects/37236/tickets/by_number/673.xml', auth = "Basic " + new Buffer(username + ":" +…
1 2
3