Version-control software allows you to keep several versions of a file. Each time the file is changed, a new version is created. Older versions can be retrieved. Related files can be grouped together. Multiple people can edit the same files and their changes can be merged together.
0
votes
0answers
25 views
Version control, file history and versioning for Microsoft Windows 7?
What Software allows me to go into the folder properties and enable file versioning / a file history, so that any overwrite can be undone?
Windows Vista and beyond do provide simple versioning ...
0
votes
2answers
83 views
How do I install git 1.8.3 on mac OSX?
I want to use the new git submodule deinit command added with 1.8.3.
Can someone give me step-by-step instructions on how to install and use the development version of git on mac OSX 10.7.5? The ...
0
votes
1answer
46 views
git difftool doesn't launch Beyond Compare from Powershell or command prompt
I'm trying to use Beyond Compare 3 as my diff tool with git. I configured git with the following commands: (source: Using Beyond Compare With Version Control Systems)
git config --global diff.tool ...
0
votes
0answers
5 views
TFS Shelveset equivalent in IBM CMSynergy
This is related to shelveset concept available as part of TFS.
Is there an equivalent technique available in IBM CMSYnergy?
0
votes
2answers
29 views
How can I synchronise web projects at home and work?
I am currently developing 10 websites for my job. I use codeIgniter PHP framework for each one.
I develop both at home (localhost) and work (localhost) and upload changes to the server.
My current ...
1
vote
1answer
49 views
Using Mercurial in Emacs
It seems that there are a lot of different ways to work with Mercurial from within Emacs. (In case it matters, I'm using Emacs 24.1.1 and Mercurial 2.5.2 on Ubuntu 12.10.)
I have found the following ...
0
votes
0answers
78 views
Can you sync Notepad++ and GIT?
I'm still fairly new to Git. Although I have technically used it for almost a year, most of it was with someone else standing there telling what to type. I used Titanium before to upload and download ...
0
votes
0answers
19 views
Is there a way to make TextMate remember its state when switching branches?
I'm looking for a plugin or bundle which enables TextMate to bind it's state to the current branch. By state I mean open tabs and open folders in the project drawer.
Here is my scenario:
working on ...
1
vote
1answer
36 views
Workflow for using version control with automated backup/sync
I am currently working on several different projects. I use Mercurial for version control (through BitBucket) and SpiderOak for automated backup. I work on two machines, a desktop at home and a ...
1
vote
1answer
20 views
Monit vs Source Control: permission problems
I'm trying to be good. That's my big mistake.
I'm being good by having process monitoring: I have monit watching some key processes, and restarting them if they fail.
I'm being good by not running ...
0
votes
2answers
22 views
Setting up ssh in git
I am trying to setup git ssh client on my windows PC. I was logged in to the PC as a domain user and I installed git and set up the ssh client through the domain user account which I was logged in. My ...
3
votes
4answers
136 views
How to version control for a solo author creating non-programming documents?
I'm a writer, not a programmer. I'm just now for the first time learning about version control and how it works, and I am wondering how version control could streamline my workflow.
For years, I've ...
1
vote
1answer
105 views
Git vs SVN: Website storage efficinecy [closed]
I know that SVN (Subversion) stores files' deltas in order to efficiently store data. Git however, is a little more complex. What I'm wondering is that if I were to store plain HTML, image and js ...
0
votes
1answer
70 views
How can I automatically compare and merge a large number of text files?
Due to a series of technical snafus with Dropbox and Simplenote syncing, my main writing folder, which contains text files mostly in Markdown format, is all messed up.
I have about 500 unique files, ...
0
votes
0answers
11 views
cvs: viewing the changes that I've done to a file/directory in the working copy?
Looking for a coomand to compare a file in the working copy, to the version that it was at when I checked it out.
This is my workflow:
I check out a whole version of our repository, and into ...
-1
votes
1answer
71 views
Preserve files in a folder using cloud service GDrive using a type of version control? Is this possible? [closed]
I had to recently drop Crashplan for my cloud backups because uploading from Perth, Australia was too slow, and opted to go with Google Drive, which is uploading about 10 times faster.
Unfortunately ...
0
votes
1answer
71 views
Git repository on external disk?
I am setting up git server on linux Debian and I want for all of my repositories to be saved on external disk (usb disk drive). How can I acomplished that?
1
vote
2answers
93 views
How can I reliably synch local source files with a remote?
I'm developing locally on a mac running MAMP and BBEdit. I'm currently using Transmit to synch files by (S)FTP. I like the software and it has a "synch" feature to compare local files to remote either ...
0
votes
0answers
101 views
For tracking, visual diff & merging Word Documents, between TortoiseSVN, TortoiseGit & TortoiseHg which would be best? Or any others? [closed]
For tracking, visual diff & merging Word Documents, between TortoiseSVN, TortoiseGit & TortoiseHg which would be best? Or any others?
I've been reading interesting examples of people using ...
2
votes
2answers
77 views
How to have emacs count an increment of words?
Implementing the Martini method, I'd like to count the number of words added to a file since last checkpoint (say, each day).
I guess I could count the words of an older backed-up version, count the ...
-4
votes
2answers
121 views
Is there a word processor similar to MS Word which saves files as readable txt files? [closed]
I'm writing a paper together with my supervisor and would like to have a more sophisticated version control than *_291112_NEW_NEW_revised1.doc files. My supervisor is a non-computer person will never ...
0
votes
2answers
151 views
Is there any git “for humans”?
A few non-technical friends have expressed interest in many of the cool abilities of git (the version control and rollbacks, not the offsite duplication), but definitely don't want to deal with git-* ...
5
votes
1answer
156 views
How do I check the version of a Modern UI (Metro) Application? [duplicate]
Possible Duplicate:
How do I find the version of a Windows 8 store/RT app I have installed?
As any Windows software, Modern UI apps have a release version, but I couldn't find it by looking ...
0
votes
1answer
217 views
Automatically track all changes to a folder on Windows 7
Is there any software that can keep track of all changes that are made to the files in a specific folder? I'd like to keep track of the complete revision history of a specific folder (so that if I ...
0
votes
0answers
176 views
Is there any method of backing up Google Drive files in some sort of versioning system?
Backstory
My company is utilizing Google Drive for our shared files. Each user has their own Drive account. In addition, we have a corporate Drive account which holds documents which are shared to ...
1
vote
1answer
154 views
Organizing SVN Branches with TortoiseSVN
How do I organize branches in the SVN system? I'm using TortoiseSVN since I use Windows.
Currently I have this kind of file/directory structure. I'm somewhat getting used to managing numbered ...
0
votes
1answer
35 views
Can't get sync with SVN to work to put a directory under version control
I've created a directory on our SVN server and added a local directory with my project to it. It got uploaded and seems to be OK.
However, I didn't get those cute green (or any others) icons on the ...
0
votes
1answer
46 views
Why does SOS update a file to a previous revision?
This question is about the SOS version control system:
I have a file that always updates back to revision 1. For instance, to check out the latest revision I have to specifically ask for that ...
0
votes
1answer
133 views
Cygwin - Repo with Separate Git/Working Dir Doesn't Work
Since I've switched to OS X and Vim, I've found it easiest to manage all of my 'dotfiles' (all of my configuration files and miscellaneous scripts) with Git. Having already set up my dotfiles in a ...
0
votes
2answers
267 views
using git for media libraries
Rationale:
I want to manage libraries of media files (music, images) using git, there is git-annex but it requires haskel platform - but they do not play together well (also it's quite to big ...
2
votes
1answer
424 views
Git doesn't observe new exceptions in .gitignore
[NOTE: This is not the usual "Git still tracks files I just added to .gitignore!" problem. This is the opposite of that.]
I have a website's full directory structure in a Git repository. The CMS I ...
0
votes
1answer
88 views
How do you use a VCS (preferably git) to synchronize local directories?
I'd like to have a simple, script-like backup solution to synchronize 2 local directories which provides a "fail-safe"-mechanism allowing to undo 1 commited unwanted modification of a file that got ...
3
votes
0answers
432 views
Connect Dreamweaver with bitbucket
How can I connect bitbucket reposiory with Dreamweaver SVN?
I am getting below error while I am trying to test my connection.
Note: bitbucket can be accessed via SVN.
0
votes
0answers
41 views
Digital Assets Management for Adobe CS5.5 and 6
Ever since the end of Version Cue, I'm looking for a good alternative that:
Keeps track of versions,
Centralizes my assets,
Integrates nicely with Illustrator, Photoshop and Fireworks.
What are my ...
0
votes
2answers
54 views
How to check if bzr “Tree is up to date” ? (to only build when necessary)
I'm setting up a script to download, build and install a big project (that uses bazaar) and want to trigger the build process only if the "bzr update" does NOT return "Tree is up to date at revision ...
0
votes
0answers
31 views
Limiting stored revisions in Mercurial
Planning to put a large number of binary files (each typically ~4-7 MB) under Mercurial control. I won't need all revisions of any file ever changed, so what can I do to prevent the inexorable growth ...
0
votes
0answers
119 views
Free dropbox system [closed]
I'm looking for a free dropbox replacement. Currently I'm paying 100$ / year for my 50gb dropbox account and it will expire soon. Google Drive would be cheaper for me as I only need 25gb. But I'm ...
2
votes
1answer
483 views
How to summarise recent changes in a OneNote notebook?
I know that OneNote keeps a history for each page in a notebook and that I can access this history for each individual page, but is there any way to get a change log for the entire notebook?
For ...
0
votes
1answer
263 views
Excel autosave versioning
Is there any feature/option built into excel that allows the auto-saving of version documents.
I am developing a vba app at the moment (first one) and for those times that something breaks or there ...
1
vote
0answers
126 views
Git differences between OSX and Linux
This has been driving me somewhat insane but I can't find any information on it. I have both Mac and a Linux (Ubuntu) machines. I work on both but I'm finding Git is behaving very differently during ...
-1
votes
2answers
87 views
Public Bug Tracking and Version Control System [closed]
We're in the process of moving out of a private beta into our live version of the site.
We're trying to find a good Bug Tracking System + Version Control system. Our CEO has requested that the new ...
2
votes
1answer
128 views
Versioning file server
Looking for a virtual filesystem server (like ftp or sshd or NFS, samba) with the following features:
open-source
cross platform server (Linux/Windows/OSX)
linear file versioning (don't need to have ...
2
votes
1answer
363 views
View incremental diffs of my revisions to files using Dropbox
Sometimes I use a simple editor like Notepad++ to edit my webpages on Dropbox.
Notepad++, not being an über-editor or IDE, does not track file changes for me.
But Dropbox does!!
Has anybody ...
0
votes
1answer
64 views
Staging and Production on shared hosting with version control? [closed]
If I have a shared hosting account, what is the best way to go about having a "staging" site and a "real, production" site on the same space?
Like, should I just have a /staging/ folder and put my ...
4
votes
5answers
719 views
Self-hosted, cross-platform repository for large files
I'm looking for something well suited for syncing folders full of large media (eg photos, music) across several machines, ideally with revisions.
I'm using SparkleShare for text and other small ...
7
votes
1answer
1k views
Sublime Text, getting configuration under version control
After using vim for the better part of a year I've decided to give Sublime Text 2 a whirl.
Using vim my .vimrc of course grew quite substantial since I constantly found small ways to modify it, I ...
1
vote
1answer
253 views
Version Control for Eclipse that's like Xcode 4's version control?
I really enjoy Xcode 4's version control with git. It's all very simple and intuitive and enables me to be extremely productive. If I modify a file, a little 'M' pops up next to the file and all I ...
0
votes
1answer
232 views
git init --bare permission denied on 16gb USB stick
I am using GIT on a Windows 7 machine (64 bit) and have been learning how to use GIT to version control my files.
Now I want to be able to create a --bare repository on an external device (in this ...
1
vote
0answers
64 views
Set a document version on Sharepoint
Currently we are transferring our documents from a simple shared folder to an enterprise scale document management system (a.k.a. Sharepoint :) )
These documents have been living in that shared ...
0
votes
1answer
978 views
Team foundation server source control Tutorial [closed]
Is here someone who can write me a good tutorial to understand the TFS source control system?
There is some functionalities I didn't really understand like reservations, extractions, some mysterious ...