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
1
vote
1 answer

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 < ActiveResource::Base self.collection_name = "account" self.site =…
lesce
  • 6,224
  • 5
  • 29
  • 35
1
vote
4 answers

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 CMS to work on my local machine, I'm running it…
Kate
  • 120
  • 3
  • 13
1
vote
1 answer

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 the error svn: Could not open the requested SVN…
Varun Madiath
  • 3,152
  • 4
  • 30
  • 46
1
vote
2 answers

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 still need to update the repo there when changes are…
Derek Herman
  • 166
  • 3
1
vote
1 answer

Team City + Git SSH agent-side checkout. : Need SSH_KEY error

I set up git VCS using SSH authentication. Default private key Keys are both on server and on agent (different machines, both run Mac OS) I am doing Agent-side checkout "Test connection" returns successful result Locally on agent machine I can…
v-odin
  • 53
  • 6
1
vote
1 answer

HTTP CODE = 409 errors

We are experiencing HTTP CODE = 409 error when we are trying to push our code to the repository. I tried with different IP address and it still doesn't work. I wonder if there's something wrong with remote side. Here is the message we got when…
1
vote
1 answer

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 already have. Structure is like any other symfony…
Zeljko
  • 5,048
  • 5
  • 36
  • 46
1
vote
1 answer

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 from my HTTP GET call, but I don't know how to…
user1591154
  • 53
  • 1
  • 4
0
votes
1 answer

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 dump file. Can I import a dump file of my…
chobo2
  • 83,322
  • 195
  • 530
  • 832
0
votes
2 answers

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 case, how does one upload source code as I cannot…
Grunge Freak
  • 1,009
  • 2
  • 12
  • 19
0
votes
1 answer

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 want to get every time_entrie based on tickets…
lesce
  • 6,224
  • 5
  • 29
  • 35
0
votes
1 answer

How to move GIT repository from Unfuddle to Bitbucket (including branches)?

I would like to move my GIT repositories from Unfuddle to Bitbucket (including all branches) ? A script or a step-by-step guide would be appreciated.
user1884325
  • 2,530
  • 1
  • 30
  • 49
0
votes
1 answer

Creating Unfuddle SVN repositories from QT Creator?

I am writing an application that creates a default file structure for my projects so I don't have to create the folders for every new project. All the work to create these folders is done, however there are still some things that I'd like to…
Jordy Elst
  • 11
  • 4
0
votes
0 answers

git object have invalid commit data - date

I am trying to upload my unfuddle repo to github. I have added github repo by ssh and it is working fine. But when i trying to push data it says invalid object author line. When i push to unfuddle it works fine . remote: error: object…
hemc4
  • 1,623
  • 3
  • 18
  • 32
0
votes
1 answer

Syncing remote and local svn repository back and forth

I have the local SVN repository which I synced into empty Unfuddle repo using the instruction from their webpage Create the repository in your Unfuddle account. This will ensure that you have an empty repository in which to load your dump file. …
sandalone
  • 41,141
  • 63
  • 222
  • 338