tagged [svn]
See last changes in svn
See last changes in svn I paused development on a project before going on holidays. Now after a few weeks I'd like to know what were the last things in source I was working on? Is there a chance to se...
- Modified
- 23 Sep at 08:56
Adding new files to a subversion repository
Adding new files to a subversion repository I have some files on my local Unix machine that need to be added to a [Subversion](http://en.wikipedia.org/wiki/Apache_Subversion) repository (access via HT...
- Modified
- 30 Jan at 10:45
What do "branch", "tag" and "trunk" mean in Subversion repositories?
What do "branch", "tag" and "trunk" mean in Subversion repositories? I've seen these words a lot around Subversion (and I guess general repository) discussions. I have been using for my projects for t...
- Modified
- 6 Jan at 08:26
How to find my Subversion server version number?
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` has...
- Modified
- 15 Apr at 16:24
How to check if file is under source control in SharpSvn?
How to check if file is under source control in SharpSvn? Hi I use C# and SharpSvn library. I would like to check if file is under source control before adding it with SvnClient.Add. When I do it on f...
Prevent a file/folder from being committed (not ignore, I don't want it to be "seen" by SVN)
Prevent a file/folder from being committed (not ignore, I don't want it to be "seen" by SVN) Basically, I want to do svn add . --force without the file being ever added into svn status. This is not ig...
- Modified
- 9 Feb at 08:22
How do you overcome the svn 'out of date' error?
How do you overcome the svn 'out of date' error? I've been attempting move a directory structure from one location to another in Subversion, but I get an `Item '*' is out of date` commit error. I hav...
- Modified
- 6 Mar at 23:0
svn cleanup: sqlite: database disk image is malformed
svn cleanup: sqlite: database disk image is malformed I was trying to do a `svn cleanup` because I can't commit the changes in my working copy, and I got the following error: > sqllite: database disk ...
- Modified
- 3 Dec at 00:32
How to change users in TortoiseSVN
How to change users in TortoiseSVN I was setting up another user to use our SVN repository. He didn't have a username/password, so I logged in with my credentials. We now have a username/password for...
- Modified
- 20 Dec at 21:42
svn : how to create a branch from certain revision of trunk
svn : how to create a branch from certain revision of trunk The following action will only create a branch from the head revision of the trunk. How do I create a branch from a specific revision? Thank...
Deleting an SVN branch
Deleting an SVN branch I created a branch of an SVN project called 'features', and now whenever I try to update said project, it brings with it a features folder, which contains another copy of the pr...
- Modified
- 16 Jun at 14:38
What are the pros and cons of the SVN plugins for Eclipse, Subclipse and Subversive?
What are the pros and cons of the SVN plugins for Eclipse, Subclipse and Subversive? SVN in Eclipse is spread into two camps. The SVN people have developed a plugin called [Subclipse](http://subclipse...
- Modified
- 19 Dec at 01:57
How are deleted and renamed/moved files handled when merging a feature branch with trunk and reintegrating it back to the trunk in Subversion?
How are deleted and renamed/moved files handled when merging a feature branch with trunk and reintegrating it back to the trunk in Subversion? I've got a big-ish project that needs a lot of work on a ...
- Modified
- 16 May at 00:48
How do you remove Subversion control for a folder?
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 Su...
- Modified
- 24 Feb at 13:14
How can I remove all my changes in my SVN working directory?
How can I remove all my changes in my SVN working directory? I have an SVN working directory. I made some changes in that directory, and it shows in [svn status](http://svnbook.red-bean.com/en/1.5/svn...
- Modified
- 30 Nov at 13:45
Can't invoke git-svn from command line
Can't invoke git-svn from command line I just installed git on my linux machine (Kubuntu distro) by running the following command: I would like to migrate a project which currently uses subversion to ...
How can I set the WiX installer version to the current build version?
How can I set the WiX installer version to the current build version? I wrote an application and its WiX installer and put it under version control using subversion. When the WiX installer builds I wa...
SVN change username
SVN change username I found a lot of examples on how to change the username for specific revisions and so on. But what I need is this: I did a checkout with the authentication credentials of a workmat...
- Modified
- 17 Feb at 23:13
What is trunk, branch and tag in Subversion?
What is trunk, branch and tag in Subversion? > [What do “branch”, “tag” and “trunk” really mean?](https://stackoverflow.com/questions/16142/what-do-branch-tag-and-trunk-really-mean) What is a trunk,...
- Modified
- 23 May at 12:17
How to display list of repositories from subversion server
How to display list of repositories from subversion server I'm looking for a way to search a whole subversion server. I already got a piece of the puzzle to [search within a repository](https://stacko...
- Modified
- 23 May at 11:46
Is it OK to delete subversion checkout in TeamCity manually?
Is it OK to delete subversion checkout in TeamCity manually? I have accidentally checked out the root, instead of project directory using TeamCity. This file is massive (40gb+). I would like to remove...
Managed (.NET) Subversion Server
Managed (.NET) Subversion Server I'm perfectly aware that there are lots of libraries to connect to an SVN repo, manage working copies, etc. What I'm looking for, though, is an implementation of Subve...
How do I export (and then import) a Subversion repository?
How do I export (and then import) a Subversion repository? I'm just about wrapped up on a project where I was using a commercial SVN provider to store the source code. The web host the customer ultima...
- Modified
- 9 Jul at 15:2
i have to access/commit/update SVN repository in WPF application using SVN API or libraries
i have to access/commit/update SVN repository in WPF application using SVN API or libraries Any GOOD libraries available to access SVN from .net application (using C#). The only 3 I found so far that ...