svn

Source control in new projects

I'm working on a project by myself at work and I know eventually it will need to be stored in our SVN. My question is what do I do to store it in SVN if I'm starting from scratch? Do I only commit stable complete builds or commit when I feel a certain module reaches a certain milestone? ...

Powershell scripts to backup SQL, SVN

I'm trying to use PowerShell to create some backups, and then to copy these to a web folder (or, in other words, upload them to a WebDAV share). At first I thought I'd do the WebDAV stuff from within PowerShell, but it seems this still requires a fair amount of "manual labour", ie: constructing HTTP requests. I then settled for creating...

Why is eclipse trying to copy my .svn folders from src to bin, and how can I make it stop?

I have checked out a bunch of java code using subversion 1.6 and then I imported those projects into eclipse. Subclipse 1.6 picked up the fact that the plugins are under version control, except for a few folders. I now get a bunch of errors like: The resource is a duplicate of src/.svn/all-wcprops and was not copied to the outp...

Disabling automatic checkout in AnkhSVN

I'm using Visual Studio 2k8 with AnkhSVN. When I start to modify file, it's automatically checkouted. How can I disable it? I don't want to accidentally modify my files. ...

Unable to determine upstream SVN information from HEAD history.

I get this on every git svn command I try. I am using git version 1.6.4.2 on OS 10.6 The initial git svn fetch works, and i can do further fetches after that, but they do not enter the log or update the working copy. ...

Does Dreamweaver 8 support SVN integration?

I am new to Dreamweaver and using version 8. Does it support SVN integration? ...

When our source code is used again on Windows 7 (and was on Vista) using Tortoise SVN, will there be any problem?

If our source code was on C:\code when on Windows Vista, and now the machine is made into dual boot Vista and Windows 7. So when booting to Win7, the folder is now D:\code and there are hidden folders ".svn" that was there from the Tortoise on Vista. So now if Tortoise is installed again on Win 7 (as well as VisualSVN Server) an...

Problem in SVN merging branches into trunk

I have a trunk (A) and two branches (B and C). When I merge A with C its OK, after I merge A with B, the previous C its overwriten and my trunk don't have the C changes. What I want is A + B + C into trunk after merges. Edited for more explanation: In trunk I have 3 files: "FILE 1", "FILE 2" and "FILE 3"; I create a branch from trunk...

Retrieving and Displaying Build Information From CruiseControl.NET and MSBuild in an ASP.NET Application

How do I configure my web application to display the current build number information and Subversion Revision number? I'm looking for something similiar to what SO does with its SVN Revision number. ...

SVN "Comments Browser"

In SVN, it is possible to enter Messages (or comments) when you create a new branch, tag, etc. Is there a tool that list all the folders with their comments to generate "doc"? I need this to keep an history on the tags/branches with all the comments. I do not want all the revisions infos as displayed by the 'Show Log' command. ...

What's a good and simple way to backup an SVN repo to an FTP server?

I'd like to make a backup of my SVN repo using tar and ftp from a cronjob once a day. This is quite easy, but I would like to make sure there's no commit etc. running while the backup is made. While there are times of the day / night where this is highly unlikely, but I'd rather not rely on that, because if I'm already up at night in som...

svn - file in working copy seems "lost"

I just managed to get into a weird situation with svn. One of my files seems 'lost' as far as the working copy is concerned. When I look on the server or do a fresh checkout of the containing folder in another location, the file is there, but in this one specific working copy it seems 'lost in space'. svn status reports no changes (so ...

How often should a programmer commit to SVN?

What is the general rule? When do you commit? ...

Any tools to analyze divergent code, get it into sourcecontrol (Subversion)

Say you take over some code that exists in different versions, no sourcecontrol (possibly some backups). Are there some tools that let you analyze relationships (more than diffs), or let you reconstruct history in sourcecontrol? If you load it into Subversion, can you do better that to designate the best version as base-version, and th...

git for mercurial like git-svn

Hello is there a tool for git that allow to work with mercurial repositories F.e. for svn there is a git-svn package, that allows to clone/commit/update from svn and work in a git way.. So is there some tool for mercurial for that ? ...

Wipe SVN to reinitialise

Hi! Does anybody know how to delete the complete svn repository including old revisions? I just want to start again ;) Thanks, wishi ...

Multi-module projects in Subversion vs. Eclipse

I'm using Eclipse with my projects in an SVN repository in a structure like this: trunk +- module1 +- module2 Using the Team Synchronization perspective, I can update individual projects, and merge also works on the projects themselves. Is there a way to do the same on the root level instead of on the project level? I'm using Subv...

Is there a SVN plugin for SQL Server Management Studio 2005 or 2008?

Looking for a "Source Control" plugin to integrate SSMS with Subversion/SVN. Anyone know of one? ...

Does SVN Merge Save Disk Space?

The SVN book describes deltification as "each time a new version of a file is committed to the repository, Subversion encodes the previous version (actually, several previous versions) as a delta against the new version." This collab.net blog article says that "In BDB (Berkeley Database) fulltexts are found at the tips of each distinct...

Working with code held in Subversion from a remote computer

We have a Subversion server running at the company I work for holding various repositories. The subversion server is not available outside of the companies internal network. Is it possible for me to work with code that has been checked out of a Subversion repository on this server from home? The home PC has no direct access to the Subve...