Jump to content
  • 0

What webhost offers free patch uploads


Question

3 answers to this question

Recommended Posts

Posted (edited)

Did you know that by using the correct SVN Properties, you can host patches (and pretty much any static content) from a svn repository!

:P Any recommendations for free SVN hosting?

:( here are a few: Assembla, GoogleCode, SourceForge

Here are some of the common SVN Properties you'll need to use:

  • HTML files = svn:mime-type=text/html
  • plain text (like your patchlist) = svn:mime-type=text/plain
  • .gif images = svn:mime-type=image/gif
  • .ico images = svn:mime-type=image/x-icon
  • .jpg images = svn:mime-type=image/jpeg
  • .png = svn:mime-type=image/png
  • patch files (.thor .gpf .grf and any other binary files) = svn:mime-type=application/octet-stream

Edited by Brian
  • Upvote 1
Posted

Did you know that by using the correct SVN Properties, you can host patches (and pretty much any static content) from a svn repository!

/? Any recommendations for free SVN hosting?

:) here are a few: Assembla, GoogleCode, SourceForge

Here are some of the common SVN Properties you'll need to use:

  • HTML files = svn:mime-type=text/html
  • plain text (like your patchlist) = svn:mime-type=text/plain
  • .gif images = svn:mime-type=image/gif
  • .ico images = svn:mime-type=image/x-icon
  • .jpg images = svn:mime-type=image/jpeg
  • .png = svn:mime-type=image/png
  • patch files (.thor .gpf .grf and any other binary files) = svn:mime-type=application/octet-stream

Thanks man, it took me a while to know how to set mime type.

Ill gonna turn googlecode as my semi-private filehost mwahahaha.

  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...