The versioning tag has no wiki summary.
0
votes
0answers
12 views
What comes after the underscore in an RPM version string?
I'm getting dependency conflicts when trying to run a simple yum update. I notice that in some cases, it's looking for a package called foo w.x-y.z.el6 while the repo only has foo w.x-y.z.el6_a.b, ...
0
votes
1answer
41 views
Microsoft Excel file versions
We have a user here who uses Word 2003 and Excel 2003 as his primary tools. He needs to keep different versions of his files over the time so he can rollback to a previous version at any time. ...
2
votes
3answers
154 views
Single-user, multiple-computer versioning system
I have two computers (work and home) and wish to set up a version control system for source code and TeX documents. There are no collaborators (i.e., single-user/editor). Most of the source files are ...
0
votes
2answers
67 views
Automatic versioning upon file change (modify/create/delete)
I am looking for an implementation (on Linux) of a mechanism which would automatically and transparently version any changes in a directory (recursively). This is intended to be an addition (possibly ...
1
vote
1answer
95 views
Online backup that keeps locally deleted files forever [closed]
Can anybody recommend me an online backup solution with unlimited storage, that keeps locally deleted files forever?
I only know CrashPlan, but want to try another one.
BackBlaze reports what ...
1
vote
1answer
227 views
Is there a way to use GitHub for Mac for GitHub remote and CLI for other remote?
The GitHub for Mac app says it'll only work with the Git origin remote. This means that it'll only work with one remote.
My current remote is used to push to Heroku. Is there a way to set my origin ...
1
vote
1answer
29 views
Merge master functionality into shared branches in Git
Suppose that I have several shared branches on my Git repository, for example: newfeature, experiment and gtkgui, and I share those branches in the origin repository. My team and I make some changes ...
2
votes
2answers
205 views
What is the purpose of Mozilla's “Rapid Release Plan”? [closed]
Per Wikipedia :
Firefox 5 is the first release as part of Mozilla's new rapid release plan, matching Google Chrome's rapid release schedule and rapid version number increments.
From the same ...
3
votes
0answers
1k views
Teamdrive/Tonido/Syncplicity-like Servers? (like Dropbox) [closed]
I've been looking around for dropbox-like server products and so far have found this three:
http://www.tonido.com (free, no limits)
http://www.teamdrive.com (free, limited)
...
1
vote
2answers
78 views
Sharing Home Directory Files w/ Versioning
I'm curious if anyone has a good solution for the following 'needs':
Keeping my home directory in sync across various disparate networks
Ideally versioning the differences.
I've up until this ...
2
votes
1answer
199 views
Is there any simple text file format that supports versioning?
I'm looking for something that has the following features:
Single file that has all versioning information stored in it (I believe Microsoft Word has a feature similar to this).
I only need it for ...
4
votes
4answers
86 views
Is there a distro with the official packages? [closed]
Every distribution of Linux I find has its own version for everything (specially Firefox). Is there a distro with the original packages, updated when Firefox (or any other) make a release, and not ...
2
votes
2answers
242 views
How can I disable color highlighting and marks of versioning in NetBeans?
How can I disable color highlighting and marks of versioning in NetBeans? (in my case, mercurial)
PS: Now that I see, highlighting is on html tag attribute values, and doesn't respond to versioning, ...
1
vote
1answer
1k views
Distinction between a/b versions of Matlab?
So I am relatively new to Matlab and was wondering what the distinction is between the a and b versions of Matlab in the past few years? Are the "b" versions incremental updates? Or the same software ...
1
vote
4answers
54 views
Versioning or Zipping working files
Old habit: I've been making a complete mess of backing up any of the work I've been doing for many years. I generally start with file1.ver1, then as I progress file1.ver2 ... file1.final. Except - I ...
0
votes
6answers
313 views
Use SVN/GIT for Software Versioning history? Or something else?
I'm currently working on implementing a versioning infrastructure for our in-business applications. You know, V1.1, 1.2 etc for our apps.
What I would like to do is have a simple setup of recording ...
3
votes
4answers
112 views
what do the numbers in VERSIONs mean?
I mean for example if a software has this number in its version 13.0.5 and another version has 13.0.5.1 or something like that what is that zero for?what does this zero show?
Is there a rule for these ...
0
votes
2answers
86 views
Bazaar merge identical files
I have two Bazaar (bzr) repositories that have very similar content. I'm trying to identify the differences and incrementally synchronize. My current strategy is to bzr add files to both repos and ...
4
votes
6answers
495 views
Versioning files in Windows XP
I would like to set up an archive folder in Windows XP that would allow me to drop several different versions of the same file, and have it store each version. I would envision this to work similar ...
1
vote
2answers
44 views
Version checker. Has anyone else had this issue?
Hey super users,
In my work environment, we use a lot of open source. What we would like to do is automatically scan for apps that we use and get notified when they get updated. Seems like there ...
0
votes
1answer
533 views
How does RPM determine newer package
I have taken the Apache httpd 2.2.3 SRPM and extracted the .spec file. From this I've replaced 2.2.3 with 2.2.14 and removed the Serial tag from the specfile (as rpmbuild complained about the Serial ...
2
votes
6answers
197 views
How hard is it to set up a versioning file system, like NetApp's “snaptshots”?
In the university, I really liked it that each directory had a sub-directory named .snapshot that I could use to restore previous versions of my files. The .snapshot directory had subdirectories named ...