<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Recent Posts | Unfuddle Community</title>
    <link>http://unfuddle.com/community</link>
    <description>Unfuddle Community Forums</description>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:1:223729:f998cb</guid>
      <title>Show Disk Usage for Repositories posted by Hendy Irawan @ Wed, 25 Apr 2012 20:05:26 UTC</title>
      <link>http://www.unfuddle.com/community/forums/1/topics/223729</link>
      <description>Dear Unfuddle,

Showing disk usage for total repositories is good.

However with tens of repositories, we need to see how much each repository is taking space. Please add this in the Repositories list. Thank you.

Hendy</description>
      <pubDate>Wed, 25 Apr 2012 20:05:26 UTC</pubDate>
      <author>Hendy Irawan</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:4:b158ee:32defa</guid>
      <title>Cant authenticate on commit, but can on checkout.  Anyone else seeing this replied by Jaret Frappier @ Wed, 25 Apr 2012 16:52:27 UTC</title>
      <link>http://www.unfuddle.com/community/forums/4/topics/b158ee</link>
      <description>Oddvark,

It is not actually possible to completely remove a file or directory using &quot;svn commit&quot; or &quot;svn delete&quot; as these simply add another revision to the repository and the files will still exist in previous revisions. Instead, you will need to use svndumpfilter on a dump of the repository to filter out any unwanted files or directories. You can obtain a dump of your repository by requesting and downloading a backup of the project with which it is associated. This is done on the project's Settings tab.

For more information on using svndumpfilter please see the following section of the free Subversion book: http://svnbook.red-bean.com/en/1.5/svn.reposadmin.maint.html#svn.reposadmin.maint.filtering

Once you have a filtered dump, you can do the following to load it into a new repository in your Unfuddle account:

1. Create the repository in your Unfuddle account. This will ensure that you have an empty repository in which to load your dump file. Then make note of the repository's URL as you will need this in the steps below. 
2. Create a Subversion repository locally using &quot;svnadmin create localrepo&quot; 
3. Load your modified dump file into this repository using &quot;svnadmin load /path/to/localrepo &lt; /path/to/dump&quot; 
4. Sync your local repository to your Unfuddle repository. To do this run the following two commands:

svnsync init --username YOURUSERNAME http://SUBDOMAIN.unfuddle.com/svn/SUBDOMAIN_REPOABBREVIATION file:///path/to/localrepo 
svnsync sync --username YOURUSERNAME http://SUBDOMAIN.unfuddle.com/svn/SUBDOMAIN_REPOABBREVIATION

If you have trouble with this, please let us know and we will be happy to assist you further.</description>
      <pubDate>Wed, 25 Apr 2012 16:52:27 UTC</pubDate>
      <author>Jaret Frappier</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:4:b158ee:0eec75</guid>
      <title>Cant authenticate on commit, but can on checkout.  Anyone else seeing this replied by oddvark @ Wed, 25 Apr 2012 16:46:21 UTC</title>
      <link>http://www.unfuddle.com/community/forums/4/topics/b158ee</link>
      <description>Is there anyway to remove only files if I'm over the limit?  I dont want to remove an entire repositiory, and I cant remove files without commiting.</description>
      <pubDate>Wed, 25 Apr 2012 16:46:21 UTC</pubDate>
      <author>oddvark</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:1:c87348:ea3b12</guid>
      <title>Reporting tickets on behalf of someone replied by lilou @ Mon, 23 Apr 2012 16:25:52 UTC</title>
      <link>http://www.unfuddle.com/community/forums/1/topics/c87348</link>
      <description>+1 for changing the reporter. any chance of giving it a date on your roadmap?</description>
      <pubDate>Mon, 23 Apr 2012 16:25:52 UTC</pubDate>
      <author>lilou</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:4:b158ee:c76ff8</guid>
      <title>Cant authenticate on commit, but can on checkout.  Anyone else seeing this replied by Jaret Frappier @ Mon, 23 Apr 2012 13:55:30 UTC</title>
      <link>http://www.unfuddle.com/community/forums/4/topics/b158ee</link>
      <description>Oddvark,

This sounds like you may be over your storage limit.  You may check your account storage at https://SUBDOMAIN.unfuddle.com/a#/account/settings

... where SUBDOMAIN is your account subdomain.

If you are indeed over, you will either need to delete some repositories, or upgrade your account in order to continue committing.</description>
      <pubDate>Mon, 23 Apr 2012 13:55:30 UTC</pubDate>
      <author>Jaret Frappier</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:4:b158ee:665111</guid>
      <title>Cant authenticate on commit, but can on checkout.  Anyone else seeing this posted by oddvark @ Sun, 22 Apr 2012 19:47:30 UTC</title>
      <link>http://www.unfuddle.com/community/forums/4/topics/b158ee</link>
      <description>Hey, I just commited something 30 minutes ago, no problem.  Then I tried to commit something else, now all of a sudden got a basic validation problem.  I didn't change any settings during this time.  Oddly enough, I can checkout with the same password, but I cant commit with that same password.  It gives me a error:

Error: authorization failed: Could not authenticate to server: rejected Basic   

Anyone else seeing this right now, or is it just me?</description>
      <pubDate>Sun, 22 Apr 2012 19:47:30 UTC</pubDate>
      <author>oddvark</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:5eaa01:6a6deb</guid>
      <title>Can't Post New Time Entries posted by Krystof Vasa @ Sat, 21 Apr 2012 05:21:25 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/5eaa01</link>
      <description>Hi,

I'm trying to post a time entry with the following cURL command:

curl -u user:pass -X POST -H 'Accept: application/json' -H 'Content-type: application/json' -d '{&quot;hours&quot;:1,&quot;ticket-id&quot;:&quot;ZZZZ&quot;,&quot;description&quot;:&quot;Testing&quot;,&quot;date&quot;:&quot;2012-04-21&quot;}' https://account.unfuddle.com/api/v1/projects/XXXX/tickets/ZZZZ/time_entries

However, I'm getting a response &quot;[&quot;Date can't be blank&quot;, &quot;Description can't be blank&quot;]&quot; - well, neither is blank and I don't think the request is wrong... Perhaps the error could be more descriptive?

Please, point me in the right direction as I'm quite at the dead end here, have tried almost everything...

Thanks!

Krystof</description>
      <pubDate>Sat, 21 Apr 2012 05:21:25 UTC</pubDate>
      <author>Krystof Vasa</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:4:bb8334:aaf9c7</guid>
      <title>multiple users issue under one account posted by Roc Yu @ Thu, 19 Apr 2012 23:51:27 UTC</title>
      <link>http://www.unfuddle.com/community/forums/4/topics/bb8334</link>
      <description>for some reasons, i have two accounts under one account, i use dsa/rsa keys to distinguish them, it works fine until today,
i already set .ssh/config to force rsa keys , but still can't pull/push from the user account with the rsa keys,  the server recognize me as another user account.
Any idea how to fix this ?
</description>
      <pubDate>Thu, 19 Apr 2012 23:51:27 UTC</pubDate>
      <author>Roc Yu</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:6:585e88:f641e3</guid>
      <title>API querying for tickets posted by Omar @ Sun, 15 Apr 2012 12:17:44 UTC</title>
      <link>http://www.unfuddle.com/community/forums/6/topics/585e88</link>
      <description>I am working to develop a support system using unfuddle in which the customers submit tickets through the unfuddle api can view their own tickets and follow their progress.

The problem is with customers looking at their own tickets.

So far I have tried all options and nothing works, Dynamic reports work well and give me the ticket numbers but they lack: paging, number of tickets, and the description of tickets.
Querying for tickets has paging but it lacks filtering and sorting of any kind.

I am reaching out to see if there's a different solution I haven't tried, or something that isn't documented. Am I missing something?
</description>
      <pubDate>Sun, 15 Apr 2012 12:17:44 UTC</pubDate>
      <author>Omar</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:f3e7b6:a22d30</guid>
      <title>Overage - what to do? posted by Simon @ Sat, 14 Apr 2012 03:23:52 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/f3e7b6</link>
      <description>I've just been notified I'm over my space limit. This is due in part to accidentally committing with a couple of large files included that shouldn't have been. 

Is there any way to either delete or rollback a revision so that I can redo it without those files? I see variants on the &quot;how do I delete a revision question&quot; a lot and most answers boil down to &quot;you don't, stupid!&quot; So I'm not super hopeful. 

Is there anything else I can do about this storage space issue to clear up some space?

Thanks. </description>
      <pubDate>Sat, 14 Apr 2012 03:23:52 UTC</pubDate>
      <author>Simon</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:f94241:b5278f</guid>
      <title>Subversion 1.7 support? replied by Sean @ Wed, 11 Apr 2012 13:08:52 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/f94241</link>
      <description>Hi Andronic,

Great - thanks for that clarification on the clients.

And also thank you for the very quick resolution to the blog comments.

Cheers
</description>
      <pubDate>Wed, 11 Apr 2012 13:08:52 UTC</pubDate>
      <author>Sean</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:f94241:602529</guid>
      <title>Subversion 1.7 support? replied by Andronic Trandafir @ Wed, 11 Apr 2012 10:40:12 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/f94241</link>
      <description>Sean,

Please know that you should be able to access your repositories both with 1.6 and 1.7 svn clients. However, you will only take advantage of 1.7 benefits after having upgraded your svn client to 1.7.

As stated in our blog post, each pre-1.7 working copy will need to be updated in order to use a Subversion 1.7 client. In previous releases this happened automatically, however, Subversion 1.7 requires this to be done manually. The simplest way to do this is to simply checkout a new working copy of your repository.

Also, please note that we have addressed the issue with posting comments on our blog.

Thank you for your feedback.</description>
      <pubDate>Wed, 11 Apr 2012 10:40:12 UTC</pubDate>
      <author>Andronic Trandafir</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:f94241:051daa</guid>
      <title>Subversion 1.7 support? replied by Sean @ Wed, 11 Apr 2012 08:58:55 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/f94241</link>
      <description>1.7 Sounds good.

Now that it has been released (http://unfuddle.com/blog/2012/04/fdac58-subversion-17-support), does this mean all of the svn repositories are already converted to 1.7 and that we have to upgrade our clients to use them?

Thanks
Sean

PS the captcha doesn't work on the blog posts - so nobody can post comments. This is something you should fix.  There have been threads about lack of communication from Unfuddle, blocking customers from communicating with you gives a bad impression also.


</description>
      <pubDate>Wed, 11 Apr 2012 08:58:55 UTC</pubDate>
      <author>Sean</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:4:508c1f:654d38</guid>
      <title>Is Unfuddle dead? replied by David Croswell @ Wed, 11 Apr 2012 03:39:16 UTC</title>
      <link>http://www.unfuddle.com/community/forums/4/topics/508c1f</link>
      <description>Everyone on this post might like to know that there is now a new blog post: &lt;a href='http://unfuddle.com/blog/2012/04/fdac58-subversion-17-support'&gt;Subversion 1.7 Support&lt;/a&gt;.</description>
      <pubDate>Wed, 11 Apr 2012 03:39:16 UTC</pubDate>
      <author>David Croswell</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:3:2404d4:4baeb2</guid>
      <title>Not receiving email notifications  replied by Jaret Frappier @ Tue, 10 Apr 2012 15:41:40 UTC</title>
      <link>http://www.unfuddle.com/community/forums/3/topics/2404d4</link>
      <description>Laura,

We have identified the issue for server-2's notifications, and we will be restoring this momentarily.  You should expect to see the notifications catching up throughout the day.  I apologize for any inconvenience this has caused.</description>
      <pubDate>Tue, 10 Apr 2012 15:41:40 UTC</pubDate>
      <author>Jaret Frappier</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:4:2297d3:8f0847</guid>
      <title>Release note for milestone posted by Phil @ Tue, 10 Apr 2012 15:27:11 UTC</title>
      <link>http://www.unfuddle.com/community/forums/4/topics/2297d3</link>
      <description>We would like to be able to generate release notes for each milestone we release... how can we do this? Ideally we can download text to put into our release documents.</description>
      <pubDate>Tue, 10 Apr 2012 15:27:11 UTC</pubDate>
      <author>Phil</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:3:2404d4:308c9c</guid>
      <title>Not receiving email notifications  posted by Laura @ Tue, 10 Apr 2012 15:19:49 UTC</title>
      <link>http://www.unfuddle.com/community/forums/3/topics/2404d4</link>
      <description>As it says... no project/ticket email notifications coming through to anyone on my team.

Sent a support ticket as well.
</description>
      <pubDate>Tue, 10 Apr 2012 15:19:49 UTC</pubDate>
      <author>Laura</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:3:875c7e:ef51c9</guid>
      <title>Broken iPhone app posted by Jason @ Mon, 09 Apr 2012 16:32:54 UTC</title>
      <link>http://www.unfuddle.com/community/forums/3/topics/875c7e</link>
      <description>I installed the iPhone app, I am project manager on all projects, when I open the app I only get three tabs at the bottom, dashboard, people, search.  My colleague is project manager of one project only and gets several tabs and can add tickets etc.  Why is it I cant add a ticket?</description>
      <pubDate>Mon, 09 Apr 2012 16:32:54 UTC</pubDate>
      <author>Jason</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:3cffcf:e74f03</guid>
      <title>subversion backup posted by passer @ Sat, 07 Apr 2012 16:12:38 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/3cffcf</link>
      <description>Is it possible to retrieve(download) the whole repo together with all versions history at a moment, and how to do that?</description>
      <pubDate>Sat, 07 Apr 2012 16:12:38 UTC</pubDate>
      <author>passer</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:1:145:f65263</guid>
      <title>Resolution Date and Resolver replied by Jaret Frappier @ Wed, 04 Apr 2012 14:21:47 UTC</title>
      <link>http://www.unfuddle.com/community/forums/1/topics/145</link>
      <description>Ray,

We will keep this under consideration, however, please note, we do not implement every feature request from all of our customers, frankly because it would lead to a bloated, hard to use product, with all sorts of mashed up features.  A product like that is not very usable.  When we consider new enhancements, we have to weigh and balance the pros and cons, and how it will effect the usability of the system.

I also want to assure you, as my colleague in the other thread has alluded to, we have some new and exciting things in the works, and even though we have been &quot;quiet&quot; per se, Unfuddle is far from being dead.  </description>
      <pubDate>Wed, 04 Apr 2012 14:21:47 UTC</pubDate>
      <author>Jaret Frappier</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:1:145:b00bda</guid>
      <title>Resolution Date and Resolver replied by Ray @ Wed, 04 Apr 2012 14:04:57 UTC</title>
      <link>http://www.unfuddle.com/community/forums/1/topics/145</link>
      <description>+1 for this.

Really surprised that this doesn't exist.

C'mon guys, get the thumb out, this post was created in 2008 and ni response.

Unfuddle dead??</description>
      <pubDate>Wed, 04 Apr 2012 14:04:57 UTC</pubDate>
      <author>Ray</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:4:508c1f:741217</guid>
      <title>Is Unfuddle dead? replied by Ray @ Wed, 04 Apr 2012 10:11:29 UTC</title>
      <link>http://www.unfuddle.com/community/forums/4/topics/508c1f</link>
      <description>Agreed with everything said here. I am an Enterprise customer and the team are getting very nervous about the lack of communication and response to feature requests.

We are currently looking at other options so please bring the company focus back to your customers and the community. Company 101 :-)</description>
      <pubDate>Wed, 04 Apr 2012 10:11:29 UTC</pubDate>
      <author>Ray</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:1:152:15e599</guid>
      <title>Email Notifications &amp; Gmail Conversations replied by John @ Tue, 03 Apr 2012 20:25:07 UTC</title>
      <link>http://www.unfuddle.com/community/forums/1/topics/152</link>
      <description>Looks like a more current interest in this might be building. 

&quot;Notification: [Project-Name] #[Ticket-Number]&quot; would be enough to start. Summary can come in the email. 

Could still sort based on Project-Name but have the unique Ticket-Number ID.</description>
      <pubDate>Tue, 03 Apr 2012 20:25:07 UTC</pubDate>
      <author>John</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:4:40e757:c8cc65</guid>
      <title>Deleted Pojects replied by Andronic Trandafir @ Sat, 31 Mar 2012 21:51:49 UTC</title>
      <link>http://www.unfuddle.com/community/forums/4/topics/40e757</link>
      <description>Matthew,

Please know that we have replied to your emails with good news about the deleted project.

Kind Regards.</description>
      <pubDate>Sat, 31 Mar 2012 21:51:49 UTC</pubDate>
      <author>Andronic Trandafir</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:4:40e757:4bbc8d</guid>
      <title>Deleted Pojects posted by Matthew Bowman @ Sat, 31 Mar 2012 10:53:04 UTC</title>
      <link>http://www.unfuddle.com/community/forums/4/topics/40e757</link>
      <description>A project have been deleted and it is imperative that this matter be addressed asap. I have sent a few emails with no reply</description>
      <pubDate>Sat, 31 Mar 2012 10:53:04 UTC</pubDate>
      <author>Matthew Bowman</author>
    </item>
  </channel>
</rss>

