Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
28 views

Saving Git remotes inside the Git repository itself?

I have a few projects under version control using Git. Since it is a distributed version control system, it is very easy to have it hosted at multiple places (GitHub, Bitbucket, Google Code, etc.) ...
2
votes
1answer
46 views

.gitignoring pdf file only when a tex source is present

I'd like to set up a global .gitignore file in my home suitable for working with TeX files. So typical TeX junk files such as *.log, *.aux, *.synctex.gz would go in it. The next step, however, is ...
2
votes
3answers
91 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
45 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 ...
0
votes
3answers
71 views

Revision control on a machine without root privileges

I am using a computational server (Scientific Linux) that I don't have root privileges on. I want to keep track of changes I make to my code and any forking I do. Subversion looks like a natural fit ...
0
votes
2answers
23 views

Program to track edited files?

Is there a program for Mac and Windows that I can set to start watching a folder at a certain time in the morning when I start to work and then it tells me which files I have edited later on in the ...
2
votes
1answer
59 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 ...
0
votes
0answers
38 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?
0
votes
0answers
21 views

Sync Google Code repository to one branch of a local (Mercurial) repo

This may be a very standard task but I just do not know how to Google for it. I have an Hg repository with many branches. These include e.g. stable and experimental branches. I'd like to put my code ...
8
votes
1answer
209 views

How can I selectively disable zsh's version control integration when my CWD is on a remote filesystem?

I'm running zsh on OSX and on occasion I have to work on a mounted sshfs volume. However, git is REALLY slow over sshfs mounts. My prompt makes use of the vc mode stuff that zsh provides built in, but ...
1
vote
1answer
70 views

Batch detect Adobe Reader version on multiple computers

I want to scan for and build a list of versions of Adobe Reader installed on computers at one site in a domain. I'm using a demo of Shavlik Netchk (commercial software) which works well, but I'm ...
2
votes
2answers
87 views

How to keep a clone of GIT updated?

I have created a GIT clone on my backup NAS: git clone --bare //NAS/GIT/TexRepo //backupnas/backup/GIT/TexRepo.git Now, continuing to work on the regular repository, what is the best way, practice ...
1
vote
2answers
36 views

Is there a savepoint like feature in Unix based Operating System?

I'm interested in knowing if things like File system structure creation/modification Execution of commands like adduser Changes made between specific duration start/end datetime can be reversed, ...
1
vote
1answer
44 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 ...
0
votes
1answer
224 views

How to use Git Extensions with BitBucket/Mercurial repository?

I a have repository on both github.com and bitbucket.org, and I am very familiar with using Git Extensions for all repository functions on GitHub. When I started using bitbucket.org repo's I have to ...
0
votes
1answer
119 views

Install Mercurial 1.9.1 (isapi) on win2k3

I have been trying to get Mercurial installed on my 32bit 2003 server and i have been running into some issues. i have followed these instructions (which is the most current that i can find) with the ...
1
vote
1answer
70 views

How can I know the list of files added to an SVN branch?

I need to find out all the files that were added to a given branch starting from a certain revision number. What command should I use ? I have access to grep, etc. I'm looking for a command-line ...
1
vote
1answer
130 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 ...
0
votes
1answer
35 views

Replace a file in svn HEAD

Unfortunately, I cannot explain exactly what happened. The result is the following: In my repository I have a file foo.bar for which the correct version is HEAD-1. How can I create a new revision, ...
1
vote
1answer
182 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
19 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 ...
1
vote
2answers
214 views

Adobe version control software?

Does the Adobe CS suite of products come with a version control system that integrates natively with products such as Illustrator / Photoshop allowing action and/or layer level specific version ...
0
votes
1answer
182 views

Simple file manager with version control

As the title suggests, I am looking for a simple file manager script that has some form of version control system built into it. My needs are: It needs to be web based (written in PHP using MySQL ...
4
votes
2answers
681 views

What does OSX Lion use for versioning?

I've read recently that Lion uses version control that tracks changes (deltas), not files (SVN). Has the technology behind this feature been published? I'd assume that it is either Git, Hg, Bazaar, or ...
2
votes
0answers
36 views

how do I source control my color profiles? [closed]

Possible Duplicate: How to keep my OSX settings under version-control ? I switch between a bunch of Mac and Linux machines at work/home. On my Personal Mac, I have setup TextMate, iTerm, ...
1
vote
1answer
91 views

Free versioning server

I know services like GitHub and BitBucket, but I need even a little but private space to do versioning (doesn't really matters if it's git, hg or svn). Years ago I subscribed to a service that gave me ...
2
votes
4answers
139 views

Integrated version control / backup system for Windows?

In the past I've used svn for storing all previous versions of my source files. Now I'd like to use something similar for my whole Documents folder. I'm not choosing svn this time because: It ...
1
vote
2answers
70 views

Stop Git from Opening a new Terminal.app Window on Commit

Git is automatically opening a Terminal window when I save commit messages on my Mac. This might normally be useful (e.g. if the commit was initiated from a Terminal window), but I use iTerm as my ...
3
votes
1answer
199 views

Could lightweight markup text files and a version control system replace MS Word?

In every organization and program I've worked in, on, or for, Microsoft Word has been the ubiquitous means of capturing prose--be it engineering memos, documentation, white papers, specifications, ...
4
votes
2answers
138 views

Software to check for updates for all software installed in PC

Is there any software that could check for update for the versions for the software installed in the local machine?
3
votes
3answers
103 views

Explaining Git to someone new to revision control

I've recently decided to jump into the whole world of revision control to work on some open source projects I have. I looked around (subversion, mercurial, git, etc) and found that Git seemed to make ...
0
votes
2answers
134 views

Is there a sort of SVN for files from laptop and external HD?

I have a collection of files on laptop, with many folder and subfolders. At the same time, I'd like to do a backup of this collection on my external HD. But browse both path every time is ...
3
votes
2answers
153 views

Which Version of Microsoft Word created a given document?

I'm starting to get multiple MS Word documents sent to me, and I'd like to detect what version of MS word created, or last saved, each doc. Is there some tool for that?   Or, can I determine such ...
0
votes
0answers
31 views

hg clone from Bitbucket fails with error 'Killed'

I get the following output when trying to clone from Bitbucket. Fairly large repo. Any ideas? foo@server:/var/www# hg clone ssh://hg@bitbucket.org/xxx/yyy destination directory: yyy requesting all ...
2
votes
1answer
30 views

Does versions control system work on server or per site

I tried hard so that I can stay away from version control but in almost good job specifications, I find version control as requirement. So I thought I had to start from somewhere. I always tried to ...
4
votes
2answers
179 views

Any file-based email client application? (With the pupose of putting the mailbox under VCS.)

Like Subversion which has two back-end types: BDB-based and File-based. Most email applications I seen are using database back-end, but the database is not so convenient to manipulate by end-user. ...
0
votes
1answer
279 views

Problem with SVN and non-versioned documents not being able to update and clean up

I am using TortoiseSVN and I am trying to update a folder completely. However, right-clicking the folder and going "SVN update" doesn't work. It usually does. This time it says: Error Working copy ...
2
votes
1answer
61 views

Is there a 64 bit SCC provider for ClearCase?

Just got Slick Edit 16, 64 bit installed, and I use ClearCase for version control. Normally, I have used the SCC provider to do my work, but I'm on a 64 bit OS now, and would really like the power of ...
7
votes
8answers
348 views

user friendly revision control system

I'm looking for a user friendly revision control system that both me and my non technical wife can work with. I've tried subversion and perforce but found them to be over complicated and some things ...
0
votes
2answers
175 views

Any text editor with version control online

I have a text file on my desktop which gets synced with Dropbox. Are there any services like Dropbox which have a version control system so that I can see the history of all changes made, not just ...
1
vote
2answers
34 views

Folder backups and revisions

I'm creating a database program for drawings, but I am looking for a program that helps me to control the revisions and users of the documents. For example, if one of my draftsmen has to make a ...
1
vote
3answers
94 views

Adding “manually versioned” project to git repository

Back before I had heard of the wonders of version control, I kept projects in folders like "project x 1.0", "project x 1.1", "project x 1.2", etc. There's tons of redundancy in this approach, so I'd ...
1
vote
2answers
183 views

Where are the PHP 5.2.4 Source Files?

I would like to get the source files for PHP 5.2.4. Where are they? I would think php.net but I could not find them on the web. I tried using Tortoise/SVN to connect to the php.net repository but ...
3
votes
1answer
88 views

Is there an appropriate filesystem to store many duplicate files?

I have a bunch of different versions of source codes to manage and have to store them locally. So, here comes the problem: How may I store them without using too much disk space? I am not using ...
1
vote
1answer
183 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
97 views

What is the best mechanism to manage files for a single user working on different computers at different physical places?

Background I am working on 3 different computers at different physical places: a home computer at home, a lab computer at univ laboratory and an unknown computer at unknown place. My data files are ...
1
vote
1answer
370 views

move cvs repository from one server to another

I need to move CVS repository from one server to another. Currently my repository is on external hard disk. So I believe I do not need to copy code from one server to another. Both the servers are ...
0
votes
0answers
215 views

Add to Source Control in Visual Studio 2010

I created an empty web project (for .SLN file), then I loaded a file using File->Add->Existing Web Site. However, there is no solution file in solution explorer as shown. Therefore, I can't use Add ...
0
votes
1answer
415 views

How to version large binary files?

I run Windows XP inside a virtual machine for some tasks. I attempted to use git to version the image for virtual box; however, it is about 6GB after all the service packs. I only have 6GB of ram ...
1
vote
3answers
78 views

putting blog posts under version control

Is there any way to version control blog posts? I don't mind running subversion on my server, but I want my buddies to make changes to what I write and commit to svn, then update the blog post. Has ...

1 2 3