scmdiff marks the differences between the checked in version of a file and the file that's being edited. It marks it by coloring the changed lines. Is there any way to view the changes using a vimdiff-style split instead of just coloring the changed lines?
For instance, if abc is a file under version control, then I can use the follow...
how does version control usually work? does it save diff files as a trail with hashes to validate the trail?
...
Hi!
With Subversion one can setup access permissions per directory within repository. So eg. one group can have commit access to directory A, read on B - with exception that DevA has also commit permissions on B.
How can one setup such a structure and permissions for Git repositories?
...
git log give us a really good functionality to know about what happened in the project. When we are in our machine and we have the cloned project is just executing the command. But I've realized that sometimes I need to read the log from somewhere else that is not my machine, so it would be great to ask for a log without having the repos...
Please, tell where to find free SCC provider for CVS. Because TestComplete, as i have understood works only through SCC.
Thank you.
...
Basically I am looking for an app like p4/svn that would be able to check in files to a secure ftp or check out from an ftp.
Are there any apps to do this? That way I wouldn't have to keep worry about which computer/laptop has my most recently updated files.
...
To learn Doxygen, I created a branch and modified the
source file comments of a slow-moving project. However,
that project has since had large changes, splitting a
large file into several smaller files:
big_file.c -> big_file.c file_a.[ch] file_b.[ch]
I want to do the same on my branch. Obviously, I can
duplicate my branch's large_...
On the SVN Windows binaries download page, there are a few to choose from:
http://subversion.tigris.org/getting.html#windows
Are there pros and cons to the different versions provided by the different organizations?
Is there anything I should look out for?
Mainly, I just want something free that I will be running off my Vista laptop. ...
Open Ankh seems to be using Subversion 1.6.2 and Tortoise uses Subversion 1.6.0.
After creating a repository with Tortoise I could not get ankh to see it.
After downloading subversion and doing
svn admin -create --pre-1.6-compatible z:\......\etc..
now ankh can see it. This is my first time using version control, and maybe I don't nee...
Are there any surveys anywhere which report on number of projects and/or people using the assorted Free version control systems?
Also interesting is if a similar survey was one over time, to see how things have changed.
Obviously, it's hard to measure this sort of thing completely accurately, but it should still be possible to get reas...
I use GIT on a Mac. Enough said. I have the tools, I have the experience. And I want to continue to use it. No wars here...
The problem is always with interoperability. Most people use SVN, which is great for me. Git SVN works out of the box, and is a no frills solution. People can continue happily use SVN and I don't loose my workflow ...
Situation:
I have a local copy of a website
I have a server that I have SSH access to
What do I want to do?
Commit locally until I'm happy with my code
Make branches locally
Have one master branch that is the one that should be pushed to the server
Update the website using a single command (git push origin master)
If I set up a g...
I have set up an SVN repository from scratch, and I have successfully tagged some of my releases using the SVN copy command.
I used the SSPI auth plugin for apache, so our developers just hit the server with their network credentials, and everything works nicely.
I have created an AuthZ authorization file, added our developers to group...
VSS 5.0 is installed on my C: drive at C:\DevStudio\Vss\Win32\ss.exe
My project files are located on my D: drive at D:\WebSites\MyProject
I opened a command window, changed the directory to C:\DevStudio\Vss\Win32 and ran the following command:
ss diff -r "$/My Project/Web Site" D:\WebSites\MyProject
It just says "D:\WebSites\MyProj...
What are some common and/or useful pre-commit hooks for SVN?
...
Disclaimer I don't do code review, so this question is purely of academic interest.
I have seen plenty of posts on stackoverflow that advocates/requires code review before it is allowed into source control.
If you do this, where do you store code the unreviewed code, and how do you deal with the issue where the developer has to update ...
I just did a merge and it seemed to work backwards to how I expected it to. I'm wondering if I did it wrong or if this a known 'issue'?
I had 2 branches Experiment/Trunk
I had done whatever I wanted to do on the experiment and merge it back to the trunk. Using Tortoise I right clicked Experiment->Merge. I chose Merge Two Different Tree...
Hi,
Can someone tell me what the hype is over Git and Mercurial over Subversion?
...
I am trying to set up an svn on my windows computer to keep track of versions.
i've downloaded tortoise svn, but am confused how to install.
i can't find a good simple answer for my problem, all the manuals are fairly complicated, so please don't tell me RTFM.
my problem is i set up a repository at C:\svn (using create repository here)....
I'm trying to add a fairly large number of files to a Perforce depot. On submit, I get the following error, which I think means it's having trouble working out the file type for one of the files:
Locking 16380 files ...
Translation of file content failed near line 1
Submit aborted -- fix problems then use 'p4 submit -c 5851'.
Some file...