<?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 in Subversion Help | Unfuddle Community</title>
    <link>http://unfuddle.com/community</link>
    <description>Unfuddle Community Forums</description>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:865:2467</guid>
      <title>PROPFIND error replied by Ken Smith @ Thu, 04 Mar 2010 00:05:41 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/865</link>
      <description>That must be what it was.  I'd just upgraded my Linksys WRT 110 router's firmware (from 1.0.02 to 1.0.07), and something about the new firmware doesn't like the subversion flavor of the HTTP protocol.  I tried turning off stateful packet inspection, but that didn't do the trick.  A question on the Linksys boards (http://forums.linksysbycisco.com/linksys/board/message?board.id=Wireless_Routers&amp;thread.id=169355) hasn't turned up any answers.  But I backleveled my router to 1.0.02, and it's working again.  Oh well.  Live and learn.  (This isn't the first time I've had trouble with a Linksys firmware upgrade.  You'd think I'd have learned my lesson by now.)</description>
      <pubDate>Thu, 04 Mar 2010 00:05:41 UTC</pubDate>
      <author>Ken Smith</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:917:2622</guid>
      <title>Cannot authenticate SVN rep via HTTPS posted by samir85 @ Thu, 27 May 2010 16:31:29 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/917</link>
      <description>Hello,

I cannot authenticate with my SVN repository via HTTPS:

OPTIONS of 'https://samyus.unfuddle.com/svn/samyus_karhabti': authorization failed: Could not authenticate to server: rejected Basic challenge (https://samyus.unfuddle.com)

Authenticating with my SVN repository over plain HTTP works fine, though. Whats wrong?

regards
Samir</description>
      <pubDate>Thu, 27 May 2010 16:31:29 UTC</pubDate>
      <author>samir85</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:865:2464</guid>
      <title>PROPFIND error posted by Ken Smith @ Wed, 03 Mar 2010 18:07:21 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/865</link>
      <description>After several months of successfully using unfuddle, I've suddenly stopped being able to add new files to my SVN repository.  When I try to, say, add &quot;test.txt&quot; to the repository (using the latest version of Tortoise), I get the following results:

Command Commit
Adding K:\source\alanta\trunk\test.txt
Error Commit failed (details follow):
Error PROPFIND of
Error '/svn/alanta_alanta/!svn/wrk/15ed5a49-aec6-3643-95e3-ae9f2d609cdf/trunk/test.txt':
Error 200 Ok (http://alanta.unfuddle.com)
Error PROPFIND of '/svn/alanta_alanta/trunk/test.txt': 200 Ok (http://alanta.unfuddle.com)
Finished!

I can still check out, and I can still update existing files, but I can no longer add new ones.  Any suggestions?</description>
      <pubDate>Wed, 03 Mar 2010 18:07:21 UTC</pubDate>
      <author>Ken Smith</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:865:2465</guid>
      <title>PROPFIND error replied by Joshua Frappier @ Wed, 03 Mar 2010 19:16:40 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/865</link>
      <description>The problem you describe is almost always caused by a proxy or firewall which is prohibiting some or all of the DeltaV and WebDAV HTTP extensions required by Subversion.  There are two ways to remedy this issue: 1) somehow bypass the offending proxy or firewall; or 2) use SSL to connect to the repository as most proxies do not filter SSL connections at all.</description>
      <pubDate>Wed, 03 Mar 2010 19:16:40 UTC</pubDate>
      <author>Joshua Frappier</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:936:2679</guid>
      <title>Post commit hook for global rev# replied by Joshua Frappier @ Wed, 23 Jun 2010 18:39:58 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/936</link>
      <description>Hugh,

I can still see how this is helpful. However, as you can imagine, every project might possibly have completely different requirements when it comes to exactly how the revision information should be injected into the repository after every commit. We could make it an option to do something very generic (like put the version into a VERSION file), but it seems to me that this would be useful to only a very, very small handful of Subversion users.

When committing, on all but the most active of repositories, you have a VERY good idea as to what the next version will be after the commit has completed. I would suggest simply manually inserting the next revision into your codebase, where appropriate, before committing. It is not fully automated, but it would work for you right now.</description>
      <pubDate>Wed, 23 Jun 2010 18:39:58 UTC</pubDate>
      <author>Joshua Frappier</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:909:2591</guid>
      <title>Could not authenticate to server posted by Cheth @ Fri, 07 May 2010 04:37:52 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/909</link>
      <description>Hi,

My new unfuddle account credentials work fine for the Web interface, but do not authenticate when I attempt svn commands. I suspect the problem is my svn syntax.

What I have tried is:
svn import test.fil http://subdomain.unfuddle.com/svn/subdomain_kk -m=&quot;test&quot;

The invariable result is:
authorization failed: Could not authenticate to server: rejected Basic challenge

In my case the project's actual name is &quot;Alpha Prototype&quot;, so I also tried the following variants, which fail with the same result:

svn import test.fil http://subdomain.unfuddle.com/svn/subdomain_alpha_prototype -m=&quot;test&quot;
svn import test.fil http://subdomain.unfuddle.com/svn/subdomain_Alpha_Prototype -m=&quot;test&quot;
svn import test.fil &quot;http://subdomain.unfuddle.com/svn/subdomain_Alpha Prototype&quot; -m=&quot;test&quot;

svn checkout commands fail similarly.

Any advice is appreciated.</description>
      <pubDate>Fri, 07 May 2010 04:37:52 UTC</pubDate>
      <author>Cheth</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:ee69be:6b231f</guid>
      <title>unfuddle and tortoisesvn posted by anise @ Fri, 01 Oct 2010 16:49:38 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/ee69be</link>
      <description>I'm not very familiar with either tortoisesvn or unfuddle, so I'm  not sure which end I'm having a problem with. (I'm more familiar with Perforce.) 

I have a project of existing sourcecode. I have installed tortoisesvn. I have an unfuddle account. In unfuddle, I created a repository. In my file system (Windows Vista), I right-clicked on a directory containing the sourcecode, and selected Import, and successfully imported it into unfuddle. I can see the contents when I view the repository via my unfuddle account. 

But when I use tortoisesvn via the file system, I do not see any expected context menus to let me know that the root directory is connected to the repository. (No Add/Delete/Check out/Update context menus, only Import/Export/Create Repository/Repo Browser.) When I use the Repo Browser, I can see the repository, and I can add files to it one at a time. 

What did I do wrong that I don't see the link between the repository and my source code directly in my file system? I want to be able to right-click and add/delete/check-out/whatever in place. (I have checked the settings to confirm that those options are selected for the context menu settings, so I think it's a set-up problem.)</description>
      <pubDate>Fri, 01 Oct 2010 16:49:38 UTC</pubDate>
      <author>anise</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:f543e9:bd54d2</guid>
      <title>Commit failed (#10007) error replied by Lucas @ Sat, 27 Aug 2011 20:08:18 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/f543e9</link>
      <description>Ok, it's sorted now, kind of. It turns out that errors started appearing when I created new repository and tried to set up my project to use new one instead of old one (it works ater I changed settings back to use old repo). As I am new to version control, I would appreciate if anyone could shred some light on this issue - namely, what I have to do if I want to re - associate a project with new repository / change project repository? (I am using XAMPP on Windows).

Lucas</description>
      <pubDate>Sat, 27 Aug 2011 20:08:18 UTC</pubDate>
      <author>Lucas</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:936:2681</guid>
      <title>Post commit hook for global rev# replied by cheesegrits @ Wed, 23 Jun 2010 19:23:08 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/936</link>
      <description>Of course, I'm going to disagree.  :)

I think this would be of value to anyone hosting a PHP project, or any other scripting language that doesn't involve a build process.

And that's really all I want, is the global rev# stuffed into a file.  Doesn't need to be in any language specific format, just something I can open and grab a number from in my 'about()' code.  And (although it would be nice) I don't even need to be able to specify what file ... just 'global_revision.txt' at the top level of that repo would work for me.

The &quot;remember to update a file by hand every time you commit&quot; thing just doesn't fly, for various reasons.  Well, mostly because I'm lazy, insanely busy and have a brain like a sieve and never remember to do it.  But those ARE perfectly valid reasons.  :)

Pretty please?  With a cherry on top?  It would make our life soooooooo much easier ... and you'd have my undying gratitude, forever.  Heck, I'd have a word with the Queen, maybe arrange a Knighthood or something for you.

   -- hugh</description>
      <pubDate>Wed, 23 Jun 2010 19:23:08 UTC</pubDate>
      <author>cheesegrits</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:929:2654</guid>
      <title>How to Purge Repo History posted by Chris Griffith @ Fri, 11 Jun 2010 18:11:11 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/929</link>
      <description>Hi,
I'm looking for a way to free up space on my account by purging most of the historical data from some of my larger repos.  For instance, if I have 1000 revisions, I'd like to keep the most recent 20 for a project that's gone dormant, but purge the other 980.  How do I go about doing that, or is that something only Unfuddle admins can do?</description>
      <pubDate>Fri, 11 Jun 2010 18:11:11 UTC</pubDate>
      <author>Chris Griffith</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:e1f6c5:3358c0</guid>
      <title>Textmate svn connection to unfuddle replied by Jaret Frappier @ Fri, 11 Mar 2011 21:49:05 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/e1f6c5</link>
      <description>Antonio,

Please email us at Support with your account subdomain, and the repository you are trying to connect to, so we may further investigate.</description>
      <pubDate>Fri, 11 Mar 2011 21:49:05 UTC</pubDate>
      <author>Jaret Frappier</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:865:2610</guid>
      <title>PROPFIND error replied by mrbinky3000 @ Mon, 17 May 2010 03:04:12 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/865</link>
      <description>Ken, I seem to be having the same exact problem and have the same router as you.  What did you do to fix it?  Did you revert back to 1.0.02?</description>
      <pubDate>Mon, 17 May 2010 03:04:12 UTC</pubDate>
      <author>mrbinky3000</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:e1f6c5:c810a0</guid>
      <title>Textmate svn connection to unfuddle replied by Antonio @ Fri, 11 Mar 2011 22:14:41 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/e1f6c5</link>
      <description>Well searching on web i finally found one way:

$ svn co http(s)://my.repo/project/trunk myProject 

and open it with the mate command: 

$ mate myProject 

then textmate alow use unfuddle repo.. 

thx anyway</description>
      <pubDate>Fri, 11 Mar 2011 22:14:41 UTC</pubDate>
      <author>Antonio</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:f94241:154825</guid>
      <title>Subversion 1.7 support? replied by Scott @ Thu, 20 Oct 2011 19:05:04 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/f94241</link>
      <description>Thanks for getting back to us. We haven't had any problems here so it's good to hear everything was fine after all.</description>
      <pubDate>Thu, 20 Oct 2011 19:05:04 UTC</pubDate>
      <author>Scott</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:fa44ac:ff8ef9</guid>
      <title>Moving SVN Repository from local file system replied by Jaret Frappier @ Thu, 27 Oct 2011 22:26:46 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/fa44ac</link>
      <description>Bulent,

I am wondering if the spaces within the file URL are messing up the command.  Try adding quotes around file, so it looks like this:

svnsync init &#8212;username bozbilgin http://paradigm.unfuddle.com/svn/mycompay_myproject &quot;file:///C:/Users/Bulent Ozbilgin/Documents/Projects Under Source Control/Repositories/Win7GameTest&quot;
</description>
      <pubDate>Thu, 27 Oct 2011 22:26:46 UTC</pubDate>
      <author>Jaret Frappier</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:fa44ac:488215</guid>
      <title>Moving SVN Repository from local file system replied by Bulent Ozbilgin @ Fri, 28 Oct 2011 00:50:28 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/fa44ac</link>
      <description>Thanks, that worked.

After synching the repository to Unfuddle, though, I could not relocate my local code to the Unfuddle repository, with the error message of &quot;The repository at 'http://mycompany.unfuddle.com/svn/myproject' has uuid 
'81c97196-7e39-41b5-b287-75e9deee2171', but the WC has '83e9aa4b-d58c-b447-a1f8-652aadfbb8f2'&quot;.  I ended up checking out the files from the Unfuddle repository to a new folder, and saving the old folder as backup.  Something to keep in mind.

Thanks for the help.</description>
      <pubDate>Fri, 28 Oct 2011 00:50:28 UTC</pubDate>
      <author>Bulent Ozbilgin</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:fa44ac:2b6f2a</guid>
      <title>Moving SVN Repository from local file system replied by Jaret Frappier @ Thu, 27 Oct 2011 19:56:33 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/fa44ac</link>
      <description>Bulent,

Also let us know the specific error if this is in fact the repository directory.</description>
      <pubDate>Thu, 27 Oct 2011 19:56:33 UTC</pubDate>
      <author>Jaret Frappier</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:914:2615</guid>
      <title>Possible to set a Subversion repository to be read only? replied by David C. @ Sun, 23 May 2010 04:04:24 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/914</link>
      <description>This is not possible. However, you could associate the repository with a single project in which the users have only &quot;read&quot; permission for source. This would effectively make it read-only for everyone but account administrators.</description>
      <pubDate>Sun, 23 May 2010 04:04:24 UTC</pubDate>
      <author>David C.</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:857:2440</guid>
      <title>Does Unfuddle provide *any* documentation? replied by Giemme @ Wed, 24 Feb 2010 21:04:28 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/857</link>
      <description>You can find the  unfuddle manual that we did for http://www.swisstimex.ch

Enjoy it !
Gianni

&quot;Unfuddle Manual&quot;:http://swisstimex.ch/wp-content/uploads/2010/02/SwissTimex-Unfuddle-Manual.pdf</description>
      <pubDate>Wed, 24 Feb 2010 21:04:28 UTC</pubDate>
      <author>Giemme</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:917:2637</guid>
      <title>Cannot authenticate SVN rep via HTTPS replied by Wolf Luecker @ Wed, 02 Jun 2010 11:05:34 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/917</link>
      <description>Samir,

A related question: What can I do if I want to *downgrade* my account to a non-SSL one but my existing local working folders all point to the https:// address of your server? Do I have to do a svn switch --relocate for all of them?

Thanks,

Wolf.</description>
      <pubDate>Wed, 02 Jun 2010 11:05:34 UTC</pubDate>
      <author>Wolf Luecker</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:936:2678</guid>
      <title>Post commit hook for global rev# posted by cheesegrits @ Wed, 23 Jun 2010 17:56:44 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/936</link>
      <description>Hey Joshua, long time, etc.

I asked this one a while back, am hoping maybe there may be a solution for this by now.

I need some kind of post commit hook to solve the old &quot;global rev# in code&quot; problem.  SVN provides keyword substitution for $Rev$ (or whatever it is), but this is on a per-file basis, there's no way to embed the latest global rev#.  And because I'm working with a PHP project, which my users access directly, there's no concept of a &quot;build&quot; process during which I can do this myself using any of the various command line utils for obtaining the global rev#.

So I need some way of poking the global rev# of the commit into a version file in the post-commit phase.

This is quite a big issue for us when it comes to support ...

   -- hugh</description>
      <pubDate>Wed, 23 Jun 2010 17:56:44 UTC</pubDate>
      <author>cheesegrits</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:fa44ac:7b183f</guid>
      <title>Moving SVN Repository from local file system replied by Jaret Frappier @ Thu, 27 Oct 2011 19:48:56 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/fa44ac</link>
      <description>Bulent,

This file based syntax should work.  Are you perhaps linking to the working copy rather than the actual repository directory?</description>
      <pubDate>Thu, 27 Oct 2011 19:48:56 UTC</pubDate>
      <author>Jaret Frappier</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:f94241:9916a2</guid>
      <title>Subversion 1.7 support? posted by Rich @ Tue, 18 Oct 2011 15:04:22 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/f94241</link>
      <description>A new version of TortoiseSVN (Subversion 1.7 support) has been released. The release notes suggest that using a 1.7 client with an earlier server may cause problems.

What Subversion release is running on the Unfuddle SVN servers?

Thanks.</description>
      <pubDate>Tue, 18 Oct 2011 15:04:22 UTC</pubDate>
      <author>Rich</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:b3af62:9f81e9</guid>
      <title>connection refused by the server posted by Ran @ Mon, 27 Dec 2010 14:13:42 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/b3af62</link>
      <description>Hi,

When running checkout of the project from unfuddle using ANT svn checkout command i get connection refused by the server error. IT is not consistent but happens quite a lot.
I'm attaching below the trace log:

--- MESSAGE LOGGED
setting a recorder for name C:\Farmigo\Trunk/mylog20101227-1539.log
      [svn] svn: connection refused by the server
svn: REPORT request failed on '/svn/farmigo_flex/!svn/vcc/default'
      [svn] svn: connection refused by the server
svn: REPORT request failed on '/svn/farmigo_flex/!svn/vcc/default'
      [svn] Connection timed out: connect

BUILD FAILED

C:\Farmigo\Trunk\build.xml:203: Can't checkout
	at org.tigris.subversion.svnant.commands.SvnCommand.executeCommand(Unknown Source)
	at org.tigris.subversion.svnant.SvnTask.execute(Unknown Source)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:390)
	at org.apache.tools.ant.Target.performTasks(Target.java:411)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1366)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
	at org.apache.tools.ant.Main.runBuild(Main.java:801)
	at org.apache.tools.ant.Main.startAnt(Main.java:218)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Caused by: org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: svn: connection refused by the server
svn: REPORT request failed on '/svn/farmigo_flex/!svn/vcc/default'
	at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.checkout(AbstractJhlClientAdapter.java:275)
	at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.checkout(AbstractJhlClientAdapter.java:242)
	at org.tigris.subversion.svnant.commands.Checkout.execute(Unknown Source)
	... 18 more
Caused by: org.tigris.subversion.javahl.ClientException: svn: connection refused by the server
svn: REPORT request failed on '/svn/farmigo_flex/!svn/vcc/default'
	at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:723)
	at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1852)
	at org.tmatesoft.svn.core.javahl.SVNClientImpl.checkout(SVNClientImpl.java:1978)
	at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.checkout(AbstractJhlClientAdapter.java:265)
	... 20 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: connection refused by the server
svn: REPORT request failed on '/svn/farmigo_flex/!svn/vcc/default'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:550)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:257)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:245)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:258)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.runReport(DAVRepository.java:1188)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.update(DAVRepository.java:1054)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:446)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:848)
	at org.tmatesoft.svn.core.javahl.SVNClientImpl.checkout(SVNClientImpl.java:1975)
	... 21 more
Caused by: java.net.ConnectException: Connection timed out: connect
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
	at java.net.Socket.connect(Socket.java:529)
	at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:53)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:167)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:304)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:257)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:245)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doPropfind(DAVConnection.java:124)
	at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getProperties(DAVUtil.java:62)
	at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getResourceProperties(DAVUtil.java:67)
	at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getStartingProperties(DAVUtil.java:91)
	at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:113)
	at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineProperties(DAVUtil.java:205)
	at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineInfo(DAVUtil.java:167)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getFile(DAVRepository.java:258)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient$1.fetchFile(SVNUpdateClient.java:436)
	at org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor.addFileWithHistory(SVNUpdateEditor.java:817)
	at org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor.addFile(SVNUpdateEditor.java:728)
	at org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor.addFile(SVNUpdateEditor.java:538)
	at org.tmatesoft.svn.core.internal.wc.SVNCancellableEditor.addFile(SVNCancellableEditor.java:107)
	at org.tmatesoft.svn.core.internal.io.dav.handlers.DAVEditorHandler.startElement(DAVEditorHandler.java:373)
	at org.tmatesoft.svn.core.internal.io.dav.handlers.BasicDAVHandler.startElement(BasicDAVHandler.java:81)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:501)
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:400)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2755)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.readData(HTTPConnection.java:660)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.readData(HTTPConnection.java:625)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.dispatch(HTTPRequest.java:207)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:323)
	... 29 more</description>
      <pubDate>Mon, 27 Dec 2010 14:13:42 UTC</pubDate>
      <author>Ran</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:5:936:2688</guid>
      <title>Post commit hook for global rev# replied by cheesegrits @ Tue, 29 Jun 2010 03:15:39 UTC</title>
      <link>http://www.unfuddle.com/community/forums/5/topics/936</link>
      <description>Hmmmm.    I'm not sure what would be confusing about an option under Project Settings to &quot;Write latest global revision to file: &lt;filename&gt;&quot;.  And I speak as someone who confuses easily.  However, I do understand a Definitive No when I hear one.  Doesn't stop me whining about it tho.  :)

Can you think of any way I might be able to automate this myself?  I seem to recall some discussion way back about exposing some post-commit hooks through the API ...

   -- hugh</description>
      <pubDate>Tue, 29 Jun 2010 03:15:39 UTC</pubDate>
      <author>cheesegrits</author>
    </item>
  </channel>
</rss>

