svn

Should I copy svn folders when working offsite?

At my current location I can not access our SVN server. I copied my working folder (workplace location) on a DVD and have it on my notebook (home location ) right now. How should I transfer the changed files to the server? I can't copy the complete project because the connection is too slow. Copy only the changed files to the working ...

Uploading images through PHP into SVN and storing meta data in multiple databases

We're currently designing a rewrite of our PHP website. The new version will be under SVN version control and have a separate database for development and live sites. Currently we have about 200,000 images on the site and we add around 5-10 a month. We'd like to have these images under SVN as well. The current plan is to store and ser...

how to clone a part of SVN repository?

I have an SVN repository, which has many directories inside. Now I would like to clone this repository, leaving only one particular directory in it. And of course I don't need any revisions related to other directories in this new repository. How can I do it? Thanks. ...

How to lock SVN trunk except for merges from branch?

I'd like to prevent developers working directly on the trunk. I'm aiming to enforce all developers off the trunk and to work on there own branches until CI tests are cleared. They then have to merge from the trunk to their branch (to pick up latest changes), run and pass tests before they merge back to the trunk. Is there any rules fo...

svn server on shared hosting

I m looking for an open source svn server which I can install from web. (like wordpress installation) Because of shared hosting. I will connect svn server from with visual studio.net. ...

what can i use to create a revision tree graphic on linux

Which tool should I use in order to create a revision tree for a whole svn repository on linux. It's going to be like a visualization of every action made on that repository. ...

Can I prevent push on a local repository?

Currently my setup is this : External SVN repository --> local svn working copy, transformed in a mercurial repository --> clone of this repository as subrepo in my application repo The external SVN is a library which I don't have any privilege on. Basically, I want to prevent pushing changes to my svn/hg hybrid repositor...

What do I do with my svn branch after I merge it into trunk?

I needed to do some feature development on a branch, so I created one and now I've merged it back into trunk. The question is, what do I do with that branch? What's the wise thing to do? Do I remove it from the repos? It feels untidy and unnecessary to just leave it there. ...

Should MS Report Cache Files (*.rdl.data) be stored in Source Control?

Hi. I am working on a legacy application for a client, that uses Reporting Services. I have imported the project SVN repository, which includes a Reporting project and folder, setup in a Visual Studio Reporting solution/project. Included in this SVN folder (but not the VS solution/project) are .rdl*files (the actual report definitions)...

Is there a way to use bitbucket to fork a subversion project?

I have commit rights to a sourceforge project that is owned by the other, primary developer. I'd like to manage my own changes using mercurial, and in fact I'd like to publish them as a fork of this project on bitbucket. However, I want to be able to easily push changes back to the main subversion project; this won't be a hostile fork, j...

Subversion rebase?

I find this way easier to merge branches and less conflicts: Copy trunk to a new branch, merge it with feature branch/s. When things done, merge the new branch back to the trunk. This technique is quite like the mercurial and git rebasing. I used to merge whatever changs from trunk to feature branche/s. But later when I merged the...

Problem authenticating user for Subversion using Apache and Ldap

I'm trying to use Ldap authentication for a Subversion repository, accessed via Apache. Whatever I try, Apache generates the following error msg - authentication failed; URI /repos/branches/my-branch [ldap_search_ext_s() for user failed][Operations Error] I've used the AD explorer from Sysinternals to connect to my AD server, and can s...

Visual Svn Servers

Looking to implement Visual Svn but dont have my own server. I could install it locally and run it from my pc but if something happens my pc I lose everything. So servers out there that provide an svn service or provide visual svn? EDIT: Professional projects so wont be using google. ...

Git vs Mercurial vs SVN

Possible Duplicates: For home projects, can Mercurial or Git (or other DVCS) provide more advantages over Subversion? What are the relative strengths and weaknesses of Git, Mercurial, and Bazaar? What are some of the differences between these source control system? Which one is the best for a small 2 people project? ...

Grab revisions from SVN and merge with git repository?

I have an SVN branch with several commits that I want to export and merge into a git repository based on the same code (but without the changes). How do I do that? I have tried creating a new git repo using git svn and then merging to git repos together, but that marked every single line in conflicting files as a conflict. Can I force i...

using --quiet argument in ant svntask

Is there a way to run an svn status command from ant without seeing the whole output? I'm currently using the following: <svn><status path="." revisionProperty="build.number" /></svn> Bottom line, i'm trying to quietly get the svn revision number and for some reason I can't use the "info" tag (I get "svn doesn't support nested info el...

How to svn mkdir ../dir if .. is not a working copy?

title says it all and basically, I dont want to checkout the whole directory hierarchy. many thanks. ...

Using git and svn with multiple developers

I have a svn repository (with no TLB structure if it matters) which I want to use along with git. I can do a git-svn clone, work on my changes in the git repo and commit back to the svn repo whenever I am done. It's clear until this point. I'm not sure how to extend this workflow model to multiple developers. I need my dev team to be a...

How do you manage multiple versions of the same software for each customer ?

Hello, I have a source code 95% the same for all customers. Some customers ask something specific. How can I manage this, if it possible with VisualSVN/Subversion ? Could you tell me how manage this kind request ? Thanks, Update1: Some precision about the applicatio , it's a web ASP.NET MVC with NHibernate. The appliucation has severa...

Unable to access/find TeamCity localhost page

Hi, I have a reoccurring problem with TeamCity. On my company I have installed TeamCity three different times and successfully connected them to some kind of SVN-repo. But after a while I have always got the same error, unable to access localhost, i.e. TeamCity's login-page (I start the browser and it can't find localhost). I have tr...