SVN Branch level commit permissions
We have multiple development branches and want to restrict commits to a particular branch to only a specific group of developers. Is it possible to restrict access at a branch level in SVN? ...
We have multiple development branches and want to restrict commits to a particular branch to only a specific group of developers. Is it possible to restrict access at a branch level in SVN? ...
Hi there, With subversion is there a way to automatically update a repository at say 6am every morning? ...
I've been developing websites for a few years now, and I've never had the time or energy to learn about version control. Now, as I start one of the bigger projects I've ever developed, I'm thinking of finally taking that plunge and using this as an opportunity to learn about version control. I've read a couple of brief descriptions and ...
I have accidentally checked out the root, instead of project directory using TeamCity. This file is massive (40gb+). I would like to remove this from the disk but I am unsure how in TeamCity to do this OR alternatively if TeamCity will allow me to do a good ole manual delete? The last thing I need is TeamCity dropping exceptions because ...
... which I didn't feel like splitting into several question posts, since I guess, them being basic, most people here will know how to answer. I've been developing for several years now, and I've never had the time to learn about version control. Renaming directories with different version names always seemed enough. Now, I've finally...
We are moving to SVN and need to prevent commits to specific directories/modules within the CVS repository. What is the best way of doing this? I have currently set the filesystem permissions for this directory to read-only and seems to do the job for now - but is there a 'cvs' way of doing this? Also, can I make a specific branch read...
Hi, All Please, help me out, I deleted my project file from the repository, Then I Tried to add the same file to the repository, but it gives me error that "File already under version control" I am not getting what's going wrong, I tried to change the file Name but no effect of that. This File is the Mac XCodeProject file. Any help ap...
I have a web application written in asp.net mvc. I have in MyApp.Web assembly the list of views and and the content files(images, scripts, css, and so on). In MyApp.WebBase I have the rest of fonctionality(Controllers, domain(entities, repositories, services)). Now the question is the following: I want to give to third party html coder a...
I have next directories in SVN repository: myrepo/trunk/rootDir/dir1 myrepo/trunk/rootDir/dir2 myrepo/trunk/rootDir/dir3 myrepo/trunk/rootDir/fld1 myrepo/trunk/rootDir/fld2 ... Is it possible to move all these repositories from rootDir to myrepo/trunk/rootDir2 by one remote command? I do not want to use command like next for each...
Basically what the title says: is it safe to store WordprocessingML documents in Subversion and perform conflict resolution on them? Not talking about OpemXML here - I'm wondering about Word's original single XML file format with binary image data, etc. all in a single text XML file. ...
I am working on a feature branch and have some changes committed to my feature branch that will affect the other developers. I would like to commit those new changes to the trunk so that nobody is left scrambling to fix the break later; however, I do not want to commit the rest of the feature branch because it is not yet fully functiona...
Hi Guys, Currently I and two two friends are working on a small project. We are currently hosting the SVN ourselves. My question specifically relates to whether we should 1) Move to a private hosted solution - unfuddle or github 2) Continue hosting locally I guess our main concerns are 1) Security of connection 2) Privacy 3) Pr...
How do I ignore an entire subtree based on a directory pattern globally, without specifically excluding it for every project? For an example, I would like to exclude the target/ tree in all Maven projects without having to do so individually on a per-project basis. Adding 'target' to Window > Preferences > Team > Ignored Resources works...
I have started work for a company which is in the process of in-housing their main application previously managed by an agency. The codebase is currently stored in a Perforce repository. What I would like to do is migrate this codebase, complete with revision history, to a newly built Subvesrion server. Is anyone aware of any scripts o...
I'm trying to recursively compare two subversion working copy folders using WinMerge. Unfortunately, WinMerge displays lots of differencing files inside of the subversion control folders (.svn or _svn). Is it possible to somehow exclude the subversion folders from the comparision? Or is there another (free) diff-tool which is able to d...
Hi All, We are work with huge script-language web-site, which difficult to deploy on each developer workstation. Are there any body who run into situation when several developers have to work in the one subversion's working folder at the server? ...
I'm tring to commit a symlink into subversion, but I get this error when I try to add the actual symlink: Can't replace 'path/to/symlink' with a node of a differing type; the deletion must be committed and the parent updated before adding 'path/to/symlink' ...
I just created a branch of my svn repository. I'm going to be working in the branch for another week or so, so I used the "switch" command to switch over to the branch. Everything seemed to work fine, except now if I do an svn update on the trunk, it automatically merges the changes from the branch into the trunk! How I prevent this f...
I had been using a Subversion for my source control, combined with git ONLY to deploy (push) to heroku. My pattern was: Update local working copy from latest master at remote subversion repository. Then do git commit and git push heroku (Git was set to ignore .svn stuff). This working copy I only used to push to heroku, I had another sub...
I have used svn_load_dirs.pl to create vendor branches and I have the following versions in my vendor branch 1.2.0.1/ 1.2.1.2/ 1.3.0/ 1.3.1/ 1.3.1.1/ 1.3.2/ 1.3.2.1/ 1.3.2.2/ 1.3.2.3/ 1.3.2.4/ current/ If my working copy is at version 1.3.2, can I go from that version all the way to 1.3.2.4 with one svn merge command? Or do I have to...