Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to manage project versions in Linux ?
Forum Updated to NodeBB v4.3 + New Features

How to manage project versions in Linux ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 158 Views 2 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    I am looking for opinions.
    In real world - things fail - operating system fails....
    hardware ( disks ) fails...

    For instance in Linux "grub" goes crazy after some "updates"
    run "update-grub" automatically. .
    System won't even boot same time - various parts fail-
    but most of the time it boots.

    RAID won't mount on boot
    etc etc
    I keep track of my project by copying the entire project folder.
    I have build separate QT programs folder / folders.
    It has been challenge to control "examples" - especially when they are
    different in releases.

    I do not do "Ubuntu backup".

    Does anybody have a different solution ?

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Many use an online code revision system as not to lose code if the system fails.
      Like https://bitbucket.org/product

      You don't have to use an online service but if you use it only locally, the safety is lacking.

      Alternatively, you can use a sync service like pcloud and let it store copies of the projects into the cloud.

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved