svn

SVN: trunk, branches and tags

Hi everybody. It's a month I'm trying to figure out the best solution to my problem and this is the best one. I would like to know if you agree with it. We are developing a set of interconnected web applications. We treat each application as a single solution indipendent from the others. Each application is formed by different projects,...

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 project from the branch. Is there a way to remove the branch from the repository completely so that this doesn't happen anymore? ...

make alias for svn repository

I am working with multiply repositories. Is it possible to create an alias for repositories. So I can use them instead of raw urls? Namely instead of: svn ls https://mysvnrepos.abs/trunk I could use: svn ls myrepo ...

Distributed Source Control is not for Visual Studio users?

I remember 2 events in SVN history: TortoiseSVN got usable and VisualSVN got usable. The result of the first: "We will never ever want to use SVN with command line". The result of the second: "We will never ever use SVN & MSVS without VisualSVN" please understand this correct - we do use SVN command line if we need something that can n...

Looking for free GITHUB (enterprise/FI edition) alternative for private installation

Are there any good alternatives for Github Enterprise Edition for a private network? have about 30 dev's and a ton of projects. Moving away from Subversion as well so any methods to keep the history as well would be nice. Maybe archive in git somehow and start a fresh branch going forward. Project and Developer News Feeds Source Code B...

Trouble merging branch into trunk after re-organizing the repository

For a very long time we did all of our development and deployment from trunk. After a while this led to a production environment that was out of synch with trunk as we'd get a request to move new feature "B" to production, but hold off on new feature "A" - basically we'd checkout from trunk to a temp folder then selectively merge files f...

Subversion: Merge, Revert, Merge again. Why does it silently fail?

Is this a nasty Subversion bug or am I approaching it the wrong way? Merge a branch into a trunk. ->HelloWorld.txt updates Revert HelloWorld.txt Do the same merge again. ->No files update. Why doesn't the second merge update HelloWorld again? It's acting as if that change has already been copied over. Shouldn't the revert reset it?...

How to restrict access to a staging environment

Our workflow currently has developers working on locally hosted copies of our web application with SVN for source control. We have post-commit hooks that deploy each new revision to a designated staging environment running on a subdomain. My question is, what is the best way to restrict access to these staging sites so that they can't b...

How to use Git or Subversion ?

I code all by myself, and I have 1 website . but i dont ever use subversion or github. Question is: How to develop on souce code of my website server and update it when develop complete. In this case , should use github or subversion. Truthly , i read and using github then try to create repository but anyone can watch mycode . I dont w...

SVN encrypted password store

Hi, I installed SVN on a Ubuntu machine and I can't get my head around something. Whenever I checkout something from the terminal I get this error about saving a non-encrypted password: ----------------------------------------------------------------------- ATTENTION! Your password for authentication realm: <[...]> Subversion Rep...

KDESvn 'Add ssh-identities to ssh-agent' doesnt work

i generated a pair of keys. i want kdesvn to remember it but when i click on 'Add ssh-identities to ssh-agent' it does nothing! i tried ssh-add id_dsa (id_dsa is my private key) but i guess it has nothing to do with the kdesvn. ...

Adding repository to Eclispe using Subclipse

All, I have created a repository on Unix server and trying to connect it using Subclipse on my local machine. When I try to add a repository in Eclipse, I get the following error: RA layer request failed svn: OPTIONS of 'https://XXX/&lt;my repository>': 200 OK (https://XXX) I am using Subclipse as a plugin. on Windows XP machine. Is ...

Fixing a directory conflict in subversion

I have a working copy that I cannot check in due to a conflict. How do I update to the latest revision but yet keep my local changes to the files in the server directory? i.e. here is what I have on my system bob@blaze:~/dev/store$ ls -l total 24 drwxr-xr-x 5 bob bob 4096 2010-09-23 00:17 Library drwxr-xr-x 2 bob bob 2010-09-30 12:22 ...

How do I specify a negative pattern in an svn:ignore value

I'm using SVN as my VCS. I have a folder where I keep user-uploaded files. Obviously I don't need those under version control. However, there is a single file in the folder, which I need - .htaccess. It's already under version control, but how do I specify that I need all other files besides .htaccess ignored in that folder? I've come...

Mercurial and Subversion: changing, committing, pulling from SVN, pushing, "Sorry, can't find svn parent of a merge revision."

Hi, I've pulled the Subversion repository into a local Hg repository while at work. At home, I fixed some stuff, committed into my local Hg repository, and upon coming to work I did a pull and an update. $ hg pull $ hg update I needed to merge, so I did that. $ hg merge However, when I tried pushing: $ hg push abort: Sorry, can't...

Deploy ASP.Net website from SVN to multiple server?

I need to deploy a website from the SVN to different servers all within our own network. The code is currently not complied but probably will be in the future. First the site would need to be deployed to the development server for the developers to test. Once the Developer signs off it would be deployed to the staging server for th...

how can I remove SVN bindings from folder using GUI SVN tool

I have SVN bound folder that is copied from my colleague's machine. that folder contains svn bound hidden folders which are difficult to remove manualy. Is there a way to remove the svn bindings from folder using tortoise svn GUI tool ...

How to ignore config files in SVN?

What is the proper syntax to ignore a specific file such as a configuration file which may be different depending if it is running on Development, QA or Production? ...

Converting many CVS modules into a single SVN repository

I have a rather large CVS repository that I am looking to only convert a handful of modules into a single Subversion repository. I have been correctly guided to using cvs2svn for the conversion and have even gotten as far as building my own options file. I do not need to retain tags or branches, but I would like to retain the revision hi...

svn update on server using ssh terminal command

Hello, I'm new to subversion, and of course, ssh. I'm using Mac's 'versions' app, to 'commit' changes to a repository. From there, using my mac terminal, i've doing the following: ssh [email protected] it then prompts me for password, and i proceed by inputting pswrd once connected, i input: svn update /var/www/vhosts/server_n...