Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. NAS + subversion, experience

NAS + subversion, experience

Scheduled Pinned Locked Moved The Lounge
comsysadminbusiness
11 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Niklas L
    wrote on last edited by
    #1

    I'm about to invest in a NAS for home use, and the only requirements I have is that it will support RAID-1 and that I can install a subversion server on it. I have googled a bit, and have a few alternatives, but would like to hear from someone who has experience of such. Good or bad. Thanks in advance!

    home

    realJSOPR OriginalGriffO D D L 7 Replies Last reply
    0
    • N Niklas L

      I'm about to invest in a NAS for home use, and the only requirements I have is that it will support RAID-1 and that I can install a subversion server on it. I have googled a bit, and have a few alternatives, but would like to hear from someone who has experience of such. Good or bad. Thanks in advance!

      home

      realJSOPR Offline
      realJSOPR Offline
      realJSOP
      wrote on last edited by
      #2

      I built my own, and wrote an article about it: Build Your Own NAS Device[^]

      ".45 ACP - because shooting twice is just silly" - JSOP, 2010
      -----
      You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
      -----
      "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997

      1 Reply Last reply
      0
      • N Niklas L

        I'm about to invest in a NAS for home use, and the only requirements I have is that it will support RAID-1 and that I can install a subversion server on it. I have googled a bit, and have a few alternatives, but would like to hear from someone who has experience of such. Good or bad. Thanks in advance!

        home

        OriginalGriffO Offline
        OriginalGriffO Offline
        OriginalGriff
        wrote on last edited by
        #3

        I had a similar thing, and went for a different approach: I have a Linksys Media Hub[^] which I use as a NAS, but I use a web-based Subversion server Unfuddle[^] as it provides an-off site storage. I use the media hub for local backups, automated via NTI Shadow.

        Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Digital man: "You are, in short, an idiot with the IQ of an ant and the intellectual capacity of a hose pipe."

        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
        "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

        1 Reply Last reply
        0
        • N Niklas L

          I'm about to invest in a NAS for home use, and the only requirements I have is that it will support RAID-1 and that I can install a subversion server on it. I have googled a bit, and have a few alternatives, but would like to hear from someone who has experience of such. Good or bad. Thanks in advance!

          home

          D Offline
          D Offline
          Dave Parker
          wrote on last edited by
          #4

          Didn't use it with SVN, but I've had all kinds of data corruption problems with cheaper NAS devices (like about £20-£30), but I guess the more expensive ones or those that run a full OS would be better. I'm not convinced of the benefit of using mirrored disks in the home, my understanding is the only benefit is redundancy (if one HD dies the other carries on without downtime). It doesn't offer protection against data corruption, viruses, accidental deletion etc as any problems would just be mirrored across to the other disk as well.

          OriginalGriffO 1 Reply Last reply
          0
          • N Niklas L

            I'm about to invest in a NAS for home use, and the only requirements I have is that it will support RAID-1 and that I can install a subversion server on it. I have googled a bit, and have a few alternatives, but would like to hear from someone who has experience of such. Good or bad. Thanks in advance!

            home

            D Offline
            D Offline
            DaveAuld
            wrote on last edited by
            #5

            I have a QNAP TS509Pro Nas, do not use it for subversion, but it is a great reliable box, and you could easily install SVN on it. Think the TS209 is the smallest Raid 1 Qnap you could go for, you would need to check their website. If you are wanting to access it remotely, i.e. not from home, another option would be to rent a VPS, this is the option I use, I have full root access on a Windows VM, and use it to host my website, test stuff, SVN, etc. it gives me greater flexibility, and i don't have to worry about eating up my broadband bandwidth. You could of course build your own as JSOP says.

            Dave Find Me On: Web|Facebook|Twitter|LinkedIn


            Folding Stats: Team CodeProject

            1 Reply Last reply
            0
            • D Dave Parker

              Didn't use it with SVN, but I've had all kinds of data corruption problems with cheaper NAS devices (like about £20-£30), but I guess the more expensive ones or those that run a full OS would be better. I'm not convinced of the benefit of using mirrored disks in the home, my understanding is the only benefit is redundancy (if one HD dies the other carries on without downtime). It doesn't offer protection against data corruption, viruses, accidental deletion etc as any problems would just be mirrored across to the other disk as well.

              OriginalGriffO Offline
              OriginalGriffO Offline
              OriginalGriff
              wrote on last edited by
              #6

              Dave Parker wrote:

              doesn't offer protection against data corruption, viruses, accidental deletion etc

              ...fire, theft... That's partly why I use Unfuddle rather than my own SVN server: at least I have offsite data as well as onsite backups.

              Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Digital man: "You are, in short, an idiot with the IQ of an ant and the intellectual capacity of a hose pipe."

              "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
              "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

              1 Reply Last reply
              0
              • N Niklas L

                I'm about to invest in a NAS for home use, and the only requirements I have is that it will support RAID-1 and that I can install a subversion server on it. I have googled a bit, and have a few alternatives, but would like to hear from someone who has experience of such. Good or bad. Thanks in advance!

                home

                D Offline
                D Offline
                Dave Parker
                wrote on last edited by
                #7

                BTW might want to check out http://www.tranquilpc-shop.co.uk/acatalog/BAREBONE_SERVER_Series_2.html I don't have one but am considering it. I have the single HDD model though (think its called the T7) and have been very happy with it as a home server - it only consumes about 19W and is currently acting as my home domain controller and exchange server :)

                1 Reply Last reply
                0
                • N Niklas L

                  I'm about to invest in a NAS for home use, and the only requirements I have is that it will support RAID-1 and that I can install a subversion server on it. I have googled a bit, and have a few alternatives, but would like to hear from someone who has experience of such. Good or bad. Thanks in advance!

                  home

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #8

                  I would certainly go with QNAP. It can handle SVN and much, much more. Cheers EDIT: You didn't mention your budget, though.

                  N 1 Reply Last reply
                  0
                  • N Niklas L

                    I'm about to invest in a NAS for home use, and the only requirements I have is that it will support RAID-1 and that I can install a subversion server on it. I have googled a bit, and have a few alternatives, but would like to hear from someone who has experience of such. Good or bad. Thanks in advance!

                    home

                    T Offline
                    T Offline
                    TorstenH
                    wrote on last edited by
                    #9

                    I have a Dlink DNS-323. It's mostly a shared database, has the logitech squeezebox sever in it and provides the data & music. For printing, scanning, ... I use a small PC. It's tuned to be as quiet as possible - I need to take a look under the desk if I'm not sure it's running. Do you really need a svn at home? As my wife and my kids do not work on the same projects I do, it's simpler to just do the usual backup Friday night (on DLT-Cartridge - not on some drive, where it can be deleted!) regards Torsten

                    I never finish anyth...

                    N 1 Reply Last reply
                    0
                    • T TorstenH

                      I have a Dlink DNS-323. It's mostly a shared database, has the logitech squeezebox sever in it and provides the data & music. For printing, scanning, ... I use a small PC. It's tuned to be as quiet as possible - I need to take a look under the desk if I'm not sure it's running. Do you really need a svn at home? As my wife and my kids do not work on the same projects I do, it's simpler to just do the usual backup Friday night (on DLT-Cartridge - not on some drive, where it can be deleted!) regards Torsten

                      I never finish anyth...

                      N Offline
                      N Offline
                      Niklas L
                      wrote on last edited by
                      #10

                      Thanks, I will check out that D-Link! I need svn for version control and branching. It's easier to prototype / try out new stuff if you can easily restore to a given state. It will be handy if I have to refactor an entire project, to add that new feature which turns out to be impossible to implement that way. I do not intend to use it as a back-up solution. Well, maybe not all true. It will be a more frequent back-up than just performing a weekly back-up of the sources on the laptop.

                      home

                      1 Reply Last reply
                      0
                      • L Lost User

                        I would certainly go with QNAP. It can handle SVN and much, much more. Cheers EDIT: You didn't mention your budget, though.

                        N Offline
                        N Offline
                        Niklas L
                        wrote on last edited by
                        #11

                        Thanks, I have the TS-210 Turbo NAS[^] as one of the candidates. I might just go with that.

                        home

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups