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
3answers
1k views
How can I get the subversion server's version number?
How do you get the version number your subversion repository server is using?
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 ...
2
votes
1answer
76 views
Git keeps forgetting the current directory
I've got a git repository, call it myscripts/. Within myscripts/ are subdirectories perl/, python/, and ruby/. For some reason, when I edit code in one of the subdirectories, Git forgets that the ...
2
votes
1answer
118 views
Git SVN rebase to tags only
I'm extending an open source project with additional functionality. So I'll be basing my code on the released version of the source code. The open source project uses SVN and I uses Git.
How would I ...
2
votes
1answer
77 views
check file revision through http only
If an svn repository is exposed through, say, http://svn to users, and there's a file called script.sh, is there a way one can get the latest revision number of script.sh just through http access?
...
1
vote
1answer
48 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 ...
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 ...
1
vote
1answer
270 views
Graphics asset management software
I work in a design studio and need some software to manage graphic resources. We coders are pretty happy with git but I need something more user friendly for designers. Preferrably something with Mac ...
1
vote
1answer
487 views
Git pull/fetch doesn't seem to work
I am using git over hamachi vpn and am able to clone the remote repository.
However, git pull/fetch fails after hanging for a long time.
The error message displayed is:
Write failed: Broken pipe ...
1
vote
1answer
395 views
Clearcase Woes with Windows 7
I am using clearcase as my versioning system. I have problems with the mapped views. My project contains few components which are required to be registered using admin privliges.
On booting up, the ...
0
votes
1answer
132 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
1answer
86 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 ...
0
votes
1answer
259 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 ...
0
votes
1answer
341 views
version control for open office
I know open office files are just zip of text (plus images), so I'm temped to use my favorite version control system to version them, but I'll need some hooks to zip/unzip etc.
Somebody must have ...
0
votes
1answer
112 views
Versionable text spreadsheet format, ideally with GUI editor
I'm looking for a spreadsheet format that whose diffs won't look insane if I version it.
Ideally this would have a decent editor to go with it (GUI preferably), and should be available ...
0
votes
1answer
193 views
Applications with Time Machine integration
Is there a list of Mac applications that integrate with Time Machine?
I think iPhoto has a somewhat hidden feature that allows you to browse previous versions of its library. What else is out there?
...
3
votes
0answers
426 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.
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
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 ...
1
vote
0answers
123 views
File sync and version control on LAN with a Drobo?
I work in a office with another video producer and we have a networked Drobo. Currently we are using Backuplist+ to sync files to a common folder between our Mac Pro's. Works fine, but it's hard to ...
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
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
0answers
73 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 ...
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 ...
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 ...
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
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
906 views
Excel with Version Control - Best way to merge excel files?
What is the best way to allow multiple users to edit the same excel file and later merge the files together with conflict resolution?