svn

compress binaries in SVN ?

Hi, I have written a script to compress and uncompress binary files of a selected directory (and the sub-directories). I need to activate the script before I commit files to SVN. Is there a way to use the pre-commit hook to execute the script? and if so, how do I give to the he script the root directory (so it would scan the sub-folde...

Migrating from CVS(NT) to Subversion: What's the equivalent of (virtual) modules?

We are currently considering to move away from CVSNT, very probably to Subversion (because we are already using trac, which is well-prepared for SVN-integration). As we have been making rather extensive use of some less common CVS(NT)-features a couple of questions arose very early on. This is but the first of them. Here's the scenario:...

Source Control Process - missing fixes

I am using Subversion and Subclipse for my source control and follow the process of having a main trunk and taking branches for versions. This works well and there are no major problems merging. However when there are significant changes to a file both in the trunk and the branch (unfortunately necessary) I have to manually edit the co...

Changing SVN Repository

I checked out a project from SVN server A, but I need to commit my changes back to server B - the repositories on both servers have identical structures. How can I do this with Tortoise SVN? Thanks, Don ...

Which version control tool is best suited to handle reflective or cyclic merging? SVN, Git?

Reflective/Cyclic Merging This is easiest to explain with an example. Suppose you are working on a feature branch copied from your trunk. During the development process you regularly merge ''all'' new changes from trunk to your branch so that the branch stays in "synch" with the work occurring on trunk. When you eventually merge your...

Is there a tool to read a subversion repository via .net?

I'm using a filestystem based (no apache or web server) subversion repository. Since we moved over to subversion our change log on the application has converted to be commit notes in subversion. I would like it if it were possible for either at design time, I call a tool that scrapes the latest commit notes out of the subversion repos...

How to maintain a locally modified copy of an external svn repository

I have checked out an external svn repository that I have applied a couple of patches to. (Applying the patches can only be done manually due to conflicts.) Now I want to be able to maintain this local copy of the remote repository in a proper way. (I do not have any other access rights than read on the remote repository.) First of all...

Moving files or directories with TortoiseSVN

I don't get it. I created a folder. Added it using the SVN Add command. Then took one of the files that was already versioned and right mouse moved it. When I got the context menu I selected "SVN Move versioned Items here" Ok fine, it moved. But it deleted and then re-added that file. Now when I right-click that file in its new lo...

How can you access SVN over HTTP in a Windows environment?

What's the best practice for accessing SVN over HTTP in a Windows environment? In Linux, we connect SVN to Apache all the time, so we can address remote repositories over HTTP. Is there a way to connect SVN to IIS, or some equally handy way to let you access an SVN repo on a Windows machine over HTTP? ...

svn repo for Magento is very slow!

I'm working on building a website using Magento eCommerce. I set up a subversion repo on the server for the website including all Magento PHP files and checked out a copy to my local system using svn/webdav. I've added magento to the repo and committed. Now, any svn opearation, even an svn status or svn commit, building the list of files...

Versioning DB Scripts Structure with TortoiseSVN

It just occured to me today as I had setup TortoiseSVN. How to manage and track DB scripts. In TFS, you can just add a script to a changeset. Then add the changeset to whatever task. I've used both TFS and Subversion (Tortoise) and don't recall in the past what the best way was to manage this. Do you create folders by project name a...

SVN and Visual Foxpro Databases

Has anyone tried including Visual Foxpro Databases (ver 7) in SVN? What were the advantages/disadvantages of including it in? What is the best approach to handle VFP Db in SCM when there are rows that needs to be included in the source control? ...

Problem with using SVN with VS.NET to version compiled code - .svn folder conflict with /bin

I'm using SVN to version a ASP.NET web project that I'm working on. I have recently decided to try versioning published versions of the site. I commit these to the repository along with tagged Release versions of the code in the root of the branch. This is proving useful as I can deploy to my server using SVN. Problem that I'm facing is...

Wrapper to SVN commit and checkout for compressing.

Possible Duplicate: compress binaries in SVN ? exact duplicate by same author: compress binaries in SVN? Hi, I want to build a script to wrap the issues of commit and checkout. I want to compress binary files before commiting and to uncompress right after checkout. What is the way to do it? is the IMPORT command instead of C...

SVN Merge conflict during commit

Eclipse + Subversive plugin On commiting a directory which is out of sync with the SVN a message pops up: Merge conflict during commit svn: Commit failed (details follow): svn: File or directory '.' is out of date; try updating svn: resource out of date; try updating Tried to update the whole project from Eclipse Navigator view (righ...

In Subversion, is it possible to merge back changes made in a branch of a branch?

Given the following scenario Start off with this structure: Trunk\blah\ Tag\ I branch Trunk into Tag. Now I have Trunk\blah\ Tag\Version 1\blah\ I branch my newly created tag again. Now I have: Trunk\blah\ Tag\Version 1\blah\ Tag\Version 2\blah\ I make a change to blah in Version 2 and commit. Can I merge that change back int...

Tortoise svn Subversion Update Error

Hey All, I recently was working on an open source project... Everything was going great for a week or two but them something happened and I don't know what, and I can't update anymore! I know the url is correct, because I can check it out on my linux server... but when I try to check it out with tortoise svn on my windows box it doesn...

Git and SVN on Windows

I'm trying to run git for my local repository and use SVN for my central repository to a CodePlex project. I downloaded the most recent version of msysgit, but the SVN support doesn't appear to be working. The following successfully initializes a new empty repository and then gets stuck: git svn init https://myproject.svn.codeplex.com ...

Migrating away from Clearcase

We are migrating from Clearcase to another VCS (probably either SVN or Mercurial). For companies that have made this transition, what factors did they find important in selecting another VCS tool, and what practices did they find eased the transition? ...

Automated builds of branches with SVN

What I'm looking to do is have CI and an automated build for all of my branches in a repository. I'd like each build of these web apps to have it's own project and be placed as a virtual directory (or equivalent) on a branches site. This would be great to be able to create a new branch and have it start the continuous integration and bui...