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. Free SVN backup tool

Free SVN backup tool

Scheduled Pinned Locked Moved The Lounge
comdesigncollaboration
12 Posts 8 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.
  • W Offline
    W Offline
    wout de zeeuw
    wrote on last edited by
    #1

    I had some spare time last night, and decided to write (yet another) small SVN backup tool that we now use to backup our software. I thought it might be useful to other micro ISV's out there, so decided to make it available to the public: SvnEzBackup[^] (Please forgive me the lame name. I didn't bother with writing a UI or an installer for it. One thing I should do is include a tool to create the event log that it logs too, but at the moment laziness prevails).

    Wout

    N M P P M 5 Replies Last reply
    0
    • W wout de zeeuw

      I had some spare time last night, and decided to write (yet another) small SVN backup tool that we now use to backup our software. I thought it might be useful to other micro ISV's out there, so decided to make it available to the public: SvnEzBackup[^] (Please forgive me the lame name. I didn't bother with writing a UI or an installer for it. One thing I should do is include a tool to create the event log that it logs too, but at the moment laziness prevails).

      Wout

      N Offline
      N Offline
      Nagy Vilmos
      wrote on last edited by
      #2

      Write an article! Get points! Seriously, make an article of it or post a link in the free tools page.


      Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett

      W 1 Reply Last reply
      0
      • N Nagy Vilmos

        Write an article! Get points! Seriously, make an article of it or post a link in the free tools page.


        Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett

        W Offline
        W Offline
        wout de zeeuw
        wrote on last edited by
        #3

        Did I mention yet I was lazy? Blog post on my blog: 10 minutes Article: need to go through the whole article/review process and whatever (haven't written a codeproject article in years though, so maybe it isn't as bad as I'm imagining).

        Wout

        C 1 Reply Last reply
        0
        • W wout de zeeuw

          I had some spare time last night, and decided to write (yet another) small SVN backup tool that we now use to backup our software. I thought it might be useful to other micro ISV's out there, so decided to make it available to the public: SvnEzBackup[^] (Please forgive me the lame name. I didn't bother with writing a UI or an installer for it. One thing I should do is include a tool to create the event log that it logs too, but at the moment laziness prevails).

          Wout

          M Offline
          M Offline
          Marc Clifton
          wrote on last edited by
          #4

          Nice! What I would love, since my SVN repository is on my server, which is effectively my backup machine, is what I'll call a "reverse backup" - a workstation applet that FTP's regularly to the server and downloads the SVN backup that has been made. I just haven't looked hard enough for automated FTP downloads, but it has to be smart enough to get the most recent zip file. Marc

          My Blog
          Computational Types in C# and F#

          W 2 Replies Last reply
          0
          • M Marc Clifton

            Nice! What I would love, since my SVN repository is on my server, which is effectively my backup machine, is what I'll call a "reverse backup" - a workstation applet that FTP's regularly to the server and downloads the SVN backup that has been made. I just haven't looked hard enough for automated FTP downloads, but it has to be smart enough to get the most recent zip file. Marc

            My Blog
            Computational Types in C# and F#

            W Offline
            W Offline
            wout de zeeuw
            wrote on last edited by
            #5

            Sounds like a generic ftp sync. A quick google found me this: Auto ftp v2[^]. Sometimes I use beyond compare to do a ftp synch (manually), but I just noticed in the help file that it also has some scripting support (it has a "synch" command for instance). This might be exactly what you need (never tried this myself though).

            Wout

            1 Reply Last reply
            0
            • M Marc Clifton

              Nice! What I would love, since my SVN repository is on my server, which is effectively my backup machine, is what I'll call a "reverse backup" - a workstation applet that FTP's regularly to the server and downloads the SVN backup that has been made. I just haven't looked hard enough for automated FTP downloads, but it has to be smart enough to get the most recent zip file. Marc

              My Blog
              Computational Types in C# and F#

              W Offline
              W Offline
              wout de zeeuw
              wrote on last edited by
              #6

              Just found some online beyond compare example script: Automating a Synchronization[^]

              Wout

              J 1 Reply Last reply
              0
              • W wout de zeeuw

                I had some spare time last night, and decided to write (yet another) small SVN backup tool that we now use to backup our software. I thought it might be useful to other micro ISV's out there, so decided to make it available to the public: SvnEzBackup[^] (Please forgive me the lame name. I didn't bother with writing a UI or an installer for it. One thing I should do is include a tool to create the event log that it logs too, but at the moment laziness prevails).

                Wout

                P Offline
                P Offline
                PIEBALDconsult
                wrote on last edited by
                #7

                This borders on advertising/marketing/SPAM, but I'll let you slide. I second the request or an article. :thumbsup:

                W 1 Reply Last reply
                0
                • W wout de zeeuw

                  Did I mention yet I was lazy? Blog post on my blog: 10 minutes Article: need to go through the whole article/review process and whatever (haven't written a codeproject article in years though, so maybe it isn't as bad as I'm imagining).

                  Wout

                  C Offline
                  C Offline
                  Chris Maunder
                  wrote on last edited by
                  #8

                  wout de zeeuw wrote:

                  need to go through the whole article/review process and whatever

                  It's painless. You write the article, we give it a thumbs up. You're done. You can even edit the article whenever you want - no more "locked and edited" articles. We've even revamped the entire submission wizard, AND we have auto-save in case things go pear shaped. Article! Article! Article!

                  cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                  1 Reply Last reply
                  0
                  • P PIEBALDconsult

                    This borders on advertising/marketing/SPAM, but I'll let you slide. I second the request or an article. :thumbsup:

                    W Offline
                    W Offline
                    wout de zeeuw
                    wrote on last edited by
                    #9

                    It is, but I get paid with article requests. :((

                    Wout

                    1 Reply Last reply
                    0
                    • W wout de zeeuw

                      I had some spare time last night, and decided to write (yet another) small SVN backup tool that we now use to backup our software. I thought it might be useful to other micro ISV's out there, so decided to make it available to the public: SvnEzBackup[^] (Please forgive me the lame name. I didn't bother with writing a UI or an installer for it. One thing I should do is include a tool to create the event log that it logs too, but at the moment laziness prevails).

                      Wout

                      P Offline
                      P Offline
                      Paul Conrad
                      wrote on last edited by
                      #10

                      Looks cool. How about writing a Code Project article about it ;)

                      "Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus

                      1 Reply Last reply
                      0
                      • W wout de zeeuw

                        Just found some online beyond compare example script: Automating a Synchronization[^]

                        Wout

                        J Offline
                        J Offline
                        JimmyRopes
                        wrote on last edited by
                        #11

                        Good find. I can use this, thanks.

                        The report of my death was an exaggeration - Mark Twain
                        Simply Elegant Designs JimmyRopes Designs
                        Think inside the box! ProActive Secure Systems
                        I'm on-line therefore I am. JimmyRopes

                        1 Reply Last reply
                        0
                        • W wout de zeeuw

                          I had some spare time last night, and decided to write (yet another) small SVN backup tool that we now use to backup our software. I thought it might be useful to other micro ISV's out there, so decided to make it available to the public: SvnEzBackup[^] (Please forgive me the lame name. I didn't bother with writing a UI or an installer for it. One thing I should do is include a tool to create the event log that it logs too, but at the moment laziness prevails).

                          Wout

                          M Offline
                          M Offline
                          Mark_Wallace
                          wrote on last edited by
                          #12

                          It comes to something when a file-management system needs third parties to write back-up programs for it.

                          I wanna be a eunuchs developer! Pass me a bread knife!

                          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