unfuddle

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 "ping" the remote repository, and if any changes were detected, the changes would be applied to my local repository. Has anyone tried this b...

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 components/plugins and hacks etc. Currently each site has its own folder on my xampp setup. What I would like to do is have a default setup of (for exa...

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. The problem is at work we are behind a mandatory proxy which I cannot disable, keeping me from accessing my unfuddle repository through SVN...

SVN syncing fails with ZendStudio

Hi. 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 '/svn/test1234_a/!svn/act/58ae0e6d-2301-0010-8300-cb465553b788' svn: MKACTIVITY of '/svn/test1234_a/!svn/act/58ae0e6...

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). Furthermore, the canonical master repository is only accessible via ssh://, with no shell access (like GitHub or Unfuddle). My problem is that the ...

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 protective of my code and want to make sure I keep it safe from any unwanted eyes. Has anyone used this tool and are there any better opti...

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? ...

Help setup my .git/config file for Heroku AND my Unfuddle Account

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 ONE config file that I can use for all three that will allow me to do the following: git push unfuddle git pull heroku git push unfuddle gi...

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

Hi, I am trying to create my public/private rsa key pair with msysgit I run this command: ssh-keygen -C "[email protected]" -t rsa Everything looks fine, I have the message Enter file in which to save the key (/c/Users/user/.ssh/id_rsa) Then I have the confirmation: Your public key has been saved in project.pub But I can't acce...

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 projects. Something like Unfuddle is exactly what I'm looking for: Free Provides issue/bug tracking Provides hosting of source control reposit...

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 made, but I would like to use the same set of files to create and update a public Github ...