Tagged Questions

Subversion is an open source centralized version control system.

learn more… | top users | synonyms (1)

311
votes
20answers
86k views

What do “branch”, “tag” and “trunk” really mean? [closed]

I've seen these words a lot around subversion (and I guess general repository) discussions. Myself I have been using svn for my projects the last few years, but I've never grasped the complete concept ...
236
votes
28answers
174k views

Free online private SVN repositories

What good free online SVN repository can be recommended? I found OpenSVN.csie.org, but the message in red is a bit scary.
224
votes
32answers
128k views

SVN plugins for Eclipse - Subclipse vs. Subversive

SVN in Eclipse is spread into 2 camps. The SVN people have developed a plugin called Subclipse. The Eclipse people have a plugin called Subversive. Broadly speaking they both do the same things. What ...
184
votes
34answers
158k views

Best subversion client for Mac OS [closed]

On Windows, Tortoise SVN is the daddy, no question. On the Mac there is nothing as simple and integrated, but there is a fair choice of tools. Which GUI clients are worth checking out and why?
162
votes
15answers
24k views

Should I add the Visual Studio .suo and .user files to source control

Visual Studio solutions contain two types of hidden user files. One is the solution .suo file which is a binary file. The other is the project .user file which is a text file. Does anyone know ...
140
votes
44answers
7k views

Is Subversion (Version Control) Necessary For A Small Development Group (1-2 programmers)?

I am trying to debate the point that version control is important for either one or two developers. More specifically, I work in a department in which there are typically two PHP developers, using ...
137
votes
16answers
93k views

How to ignore a directory with SVN?

Just started using SVN and I have a cache directory that I don't need under source control. How can I ignore the whole directory/folder with SVN? Edit: Using Versions and TextMate on OSX and ...
135
votes
12answers
35k views

How to migrate SVN with history to a new Git repository?

I read git manual, FAQ, Git - SVN crash course, etc. and they all explain this and that, but nowhere can you find a simple instruction like: SVN repository in: svn://myserver/path/to/svn/repos Git ...
124
votes
19answers
79k views

TortoiseSVN icons not showing up under Windows 7

I can't seem to get the icons to display under Windows 7 and I really miss this from Windows XP. How can it be fixed?
117
votes
29answers
6k views

Using Version Control for Home Development?

Up till now I have been developing my personal and school projects at home without using any form of revision control software to handle my changes and whatnot. My question is, how feasible is it to ...
109
votes
16answers
8k views

What are the relative strengths and weaknesses of Git, Mercurial, and Bazaar?

What do folks here see as the relative strengths and weaknesses of Git, Mercurial, and Bazaar? In considering each of them with one another and against version control systems like SVN and Perforce, ...
106
votes
22answers
95k views

SVN Working Copy xxx locked and cleanup failed

I get this error when I do a svn update: Working copy xxxxxxxx locked Please execute "Cleanup" command When I run cleanup, i get Cleanup failed to process the following paths: xxxxxx ...
96
votes
7answers
35k views

How do I edit a log message that I already committed in Subversion?

Is there a way to edit the log message of a certain revision in Subversion? I accidentally wrote a wrong filename in my commit message which could be confusing later. I've seen How do I edit an ...
95
votes
9answers
49k views

Why am I getting tree conflicts in subversion?

I had a feature branch of my trunk and was merging changes from my trunk into my branch periodically and everything was working fine. Today I went to merge the branch back down into the trunk and any ...
95
votes
22answers
78k views

Svn vs Git [closed]

I am starting a new distributed project where some of the developers will not be in the same country... What should I use: Git or SVN? Why? PS. It is a smart client application running on windows ...
92
votes
26answers
4k views

How often to commit changes to source control?

How often should I commit changes to source control ? After every small feature, or only for large features ? I'm working on a project and have a long-term feature to implement. Currently, I'm ...
92
votes
17answers
56k views

what is the best way to backup subversion repositories?

I'm new to svn and I'd like to know what are common methods of backing up repositories in a windows environment?
87
votes
14answers
5k views

How do you manage databases in development, test, and production?

I've had a hard time trying to find good examples of how to manage database schemas and data between development, test, and production servers. Here's our setup. Each developer has a virtual machine ...
85
votes
6answers
3k views

How and/or why is merging in Git better than in SVN?

I've heard a few places that one of the main ways distributed version control systems shine, is much better merging than traditional tools like SVN. Is this actually due to inherent differences in how ...
84
votes
15answers
61k views

How do you remove subversion control for a folder?

I have a folder c:\websites\test and it contains folders and files that were checked out from a repository that no longer exists. How do I get subversion to stop tracking that folder and any of the ...
82
votes
14answers
22k views

Best general SVN Ignore Pattern?

What is the best (or as good as possible) general SVN ignore pattern to use? There are a number of different IDE, editor, compiler, plug-in, platform, etc. specific files and some file types that ...
80
votes
5answers
13k views

How to migrate/convert from SVN to Mercurial (hg) on windows

I'm looking for a tool to migrate a couple of SVN repositories to Mercurial, with history, labels and so on. I'm using TortoiseHg (Windows x32), so ConvertExtensions are discarded. There's some info ...
80
votes
2answers
22k views

How to git-svn clone the last n revisions from a Subversion repository?

Problem How do you create a shallow copy with git-svn from a Subversion repository, i.e. how do you pull only the last three revisions? The git clone command can get the last n revisions from a Git ...
80
votes
7answers
75k views

How do I create a branch in SVN?

How do I create a branch in SVN?
75
votes
9answers
8k views

How do you organize your version control repository?

First, I know about this: http://stackoverflow.com/questions/51217/how-would-you-organize-a-subversion-repository-for-in-house-software-projects Next, the actual question: My team is restructuring our ...
73
votes
16answers
63k views

Checkout one file from Subversion

"It is not possible to check out a single file. The finest level of checkouts you can do is at the directory level." How do I get around this issue when using Subversion? We have this folder in ...
73
votes
6answers
27k views

Good branch/merge tutorials for Tortoise SVN?

Anyone know of any really good tutorials explaining branching and merging with Subversion? All the better if it's specific to Tortoise SVN
72
votes
4answers
6k views

Merging: Hg/Git vs. SVN

I often read that Hg (and Git and...) are better at merging than SVN but I have never seen practical examples of where Hg/Git can merge something where SVN fails (or where SVN needs manual ...
72
votes
7answers
12k views

Pushing an existing git repository to SVN

I've been doing all my work in Git and pushing to GitHub. I've been very happy with both the software and the site and I have no wish to change my working practices at this point. My PhD adviser is ...
72
votes
15answers
50k views

How to use SVN, Branch? Tag? Trunk?

I was googling around a little bit and couldn't find a good "beginners" guide to SVN, not in the meaning of "how do I use the commands" rather; How do I control my source code? What I'd like to clear ...
67
votes
9answers
28k views

Popularity of Git/Mercurial/Bazaar vs. which to recommend

Going by the number of questions on this site for these three distributed version control systems, it seems like Git either is more popular, or is more difficult (hence requiring more questions), ...
67
votes
5answers
7k views

Fork and synchronise Google Code Subversion repository into GitHub

How can I fork and keep in sync with an Google Code Subversion repository that I don't have write access to, into a GitHub repository? I want to be able to develop my own features in my Git ...
66
votes
7answers
14k views

Is git-svn dcommit after merging in git dangerous?

My motivation for trying out git-svn is the effortless merging and branching. Then I noticed that man git-svn(1) says: "Running git-merge or git-pull is NOT recommended on a branch you plan to ...
64
votes
14answers
47k views

What to do when 'svn cleanup' fails?

I have a lot of changes in a working folder, and something screwed up trying to do an update. Now when I issue an 'svn cleanup' I get: >svn cleanup . svn: In directory '.' svn: Error processing ...
62
votes
11answers
65k views

What is trunk, branch and tag in subversion?

What is a trunk, branch and tag in subversion and what are the best practices to use them. What tools I can use for subversion in Visual Studio 2008?
62
votes
8answers
33k views

SVN Remove File from Repository without deleting local copy

How can I "delete" a file which is already in the SVN repository without deleting it from my file system? Tortoise or Command Line instructions welcome. Thank you.
62
votes
6answers
8k views

Which eclipse files belong under Version Control

Which eclipse files is it appropriate to put under source control, aside from the sources obviously. In my project, specifically, I'm wondering about: .metadata/* project-dir/.project ...
62
votes
20answers
10k views

Mechanisms for tracking DB schema changes

What are the best methods for tracking and/or automating DB schema changes? Our team uses Subversion for version control and we've been able to automate some of our tasks this way (pushing builds up ...
59
votes
13answers
10k views

How can I get `find` to ignore .svn directories?

I often use the find command to search through source code, delete files, whatever. Annoyingly, because Subversion stores duplicates of each file in its .svn/text-base/ directories my simple searches ...
59
votes
11answers
38k views

How to find my subversion server version number?

I want to know if my server is running Subversion 1.5. How can I find that out? Also would be nice to know my svn client version number. svn help hasn't been helpful Note: I don't want my ...
58
votes
5answers
8k views

Is it possible to have a subversion repository as a git submodule?

Is there a way to add a subversion repository as a git submodule in my git repository? Something like: git-svn submodule add https://svn.foo.com/svn/proj --stdlayout svn-project Where ...
58
votes
6answers
7k views

Why is branching and merging easier in Mercurial than in Subversion?

Handling multiple merges onto branches in Subversion or CVS is just one of those things that has to be experienced. It is inordinately easier to keep track of branches and merges in Mercurial (and ...
57
votes
7answers
14k views

Remove unnecessary svn:mergeinfo properties

When I merge stuff in my repository Subversion wants to add/change a lot of svn:mergeinfo properties to files that are totally unrelated to the things that I want to merge. Questions about this ...
56
votes
5answers
50k views

Better way to revert to a previous SVN revision of a file?

I accidentally committed too many files to an SVN repository and changed some things I didn't mean to. (Sigh.) In order to revert them to their prior state, the best I could come up with was svn rm ...
56
votes
34answers
4k views

How do I convince my team to drop sourcesafe and move to SVN?

My development team uses source safe at a very basic level. We're moving into some more advanced and extended development cycles and I can't help but think that not using branching and merging in ...
56
votes
11answers
25k views

How do I move a file (or folder) from one folder to another in TortoiseSVN?

I would like to move a file or folder from one place to another within the same repository without having to use Repo Browser to do it, and without creating two independent add/delete operations. ...
55
votes
8answers
19k views

svn: replace trunk with branch

What is the best way to make one of the branches of a subversion repository the new trunk? There has been a major rewrite for the entire system: things have been moved around, rewritten, replaces, ...
55
votes
14answers
5k views

Best Version control for lone developer

I'm a lone developer at the moment; please share you experiences on what is a good VC setup for a lone developer. My constraints are; I work on multiple machines and need to keep them synced up ...
54
votes
11answers
86k views

SVN Error - Not a working copy

I got quite a few questions about the same topic here on SO. But could not get an useful answer. And none of these questions talk about the exact problem I have. So I thought adding one more question ...
53
votes
21answers
6k views

SVN best-practices - working in a team

I'm starting out with SVN. I know the basic commands and understand the base principles. I was wondering if anyone has any tips or best practices for working with Subversion in a team environment. ...

1 2 3 4 5 218