Search

Can't import or commit without failing...

Subscribe to Can't import or commit without failing... 8 post(s)

 
Joshua

I have performed an export from my previous SVN server and I want to import or commit all of them to my new repository on Unfuddle.

Doing so gives me the following errors:
Cannot write to the prototype revision file of transaction ‘X-X’ because a previous representation is currently being written by another process

And sometimes I get:
Commit failed (details follow):
PUT of
‘/svn/citm_wbx/!svn/wrk/xxxxxxxxxxxxxxxxxxxxxx/Model/Report/act_Commission.cfm’:
Could not read status line: An existing connection was forcibly closed by the remote host.
(http://citm.unfuddle.com)

This is causing me a lot of trouble and is keeping me from being productive today.
I plan on upgrading if I can just get this freaking thing figured out.

Please advise ASAP!

 
Joshua

This issue STILL EXISTS.
I repeat… STILL EXISTS.

This is absurd that we can’t get this resolved.

I delete my REPO on unfuddle’s server and create a fresh one. I now have 1 specific file “sitemap.cfc” that WILL NOT COMMIT. No matter which client I use, no matter which version.
It says “An existing connection was forcibly closed by the remote host.” That tells me something is blocking it on the REMOTE HOST (unfuddle).

I rename the file, still no dice… so it’s not the name of the file.
I remove the content from the file… it commits just fine…
IT’S A PLAIN TEXT FILE WITH CODE IN IT… NOT LIKE THAT MATTERS

 
Joshua

I’ve tried uploading it to several differnet folders BY ITSELF… even if I commit just that single file for my 1st commit… still crashes.

 
David C.

The error messages you are seeing are not necessarily indicative of a problem on the Unfuddle server. In fact, the problem you describe is, in my experience, always caused by attempting to access a Subversion repository from behind a proxy or firewall, whether locally or at the ISP level or somewhere in between.

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.

I have temporarily enabled SSL on your account so you can test to see if this works. Please try using SSL and committing the file again and let me know if you continue to experience this same issue.

 
Joshua

David,

The one I’m currently experiencing the issue with is:
http://ucccpd.unfuddle.com/svn/ucccpd_lms/

Can you temporarily enable it on this one?

Do I just add https:// instead of http:// to use SSL?

 
Joshua Frappier

Joshua,

We have just temporarily enabled SSL on your account for testing purposes. Yes, you would just prefix your URL with “https” instead.

 
Jeremy

Hi,

I used to have no problems syncing my code to my unfuddle repository. For the last few days it has become increasingly slower and now I get connections errors:

RA layer request failed

svn: REPORT of ‘/svn/ruggedesign_rd/!svn/bc/289/RuggedDesign/WebRoot/jsp/interiorDesigner/dashboard.jsp’: Could not read status line: An existing connection was forcibly closed by the remote host.
(http://ruggedesign.unfuddle.com)

What has caused this change?
Do I also need to connect via HTTPS?

Many thanks
J

 
Jaret Frappier

Jeremy,

There could have been some underlying server issues at the time this was happening. Are you still experiencing this issue?