svn

svn unix permissions

I am trying to set up an svn repository on a linux server. What permissions do I need to set so users within a group are able to checkout/update/add to the repository using their unix login/password over ssh on TotoiseSVN? I tried setting 770 and it does not seem to work. ...

Subversion. Metrics. Get lines of added/updated code for each file in check-in programmatically

Hi all, I need your advice. In my application I need to get programmatically such metrics for users check-ins as lines of added/updated code for each file in check-in. This app is writed on c# and uses the Subversion as version control system. How can I do it? Offer me your ideas please... Thanks a lot! (: ...

Does docx merging in TortoiseSVN work?

I'm trying to use some scripts that came from TortoiseSVN to do some docx merges, but the script doesn't seem to be working right. Has anybody used this feature in TortoiseSVN? How does it normally work? ...

How can you connect OpenGrok to a SVN repository?

I was able to install and use opengrok on WinXP using this blog entry http://theflashesofinsight.wordpress.com/2009/05/11/install-opengrok-on-windows/ I now want to index a subversion repository. I checked out a repository to the source folder and can search the files. However the links for history and annotate are not active. I have ...

How to Sync CI (Hudson) Activity into an existing automated Build Process (phing, svn)?

OUR CURRENT BUILD PROCESS We're a small team of developers (2 to 4 people depending on project) who currently use Phing to deploy code to a staging environment, before going live. We keep our code in a SVN repo, where the trunk holds current active development and, at certain times, we do make branches that we test and then (if successf...

folder structure in a mercurial repo?

I have just switched from svn to mercurial and have read some tutorials about it. I've still got some confusions that i hope you could help me to sort out. I wonder if I have understood the folder structure in a mercurial repo right. In a svn repo I usually have these folders: svn: branches (branches/chat, branches/new_login etc) tags ...

Svn: revert file content changes without reverting any related mergeinfo?

If you've done a merge you may find, before committing the changes, that actually you don't want to accept any of the changes merged into one of the affected files. So you do e.g.: $ svn revert foo.c However this also seems to revert the mergeinfo related to this file. So when you do a subsequent merge it will merge in exactly the same...

Subversive for Eclipse not visible

I installed the subversive plugin for Eclipse to use SVN. The installation was OK, no problems. I restarted Eclipse, the plugin is visible by "Installed software". But if I look at Team -> share or Window -> preferences team SVN is not visible. Someone an idea? ...

Get info about svn root repository structure

Hello All, I would like to know how to get information about svn root repository structure using svn api. I have for instance following structure: http:/// /project1 /project2 I tried : svn list http:///svn also svn list -v http:///svn As response I got only : ./ How can I get information recursively ? Thank you in advance. ...

Xcode SVN Error: 160028 Transaction is out of date

Description: Out of date:'the file name' in transaction '2639-1' Anyone can help? Thanks ...

Subversion (svn) beginner's questions

Hello, Here's what i'm trying to do. I have a project in /var/www/project. I'd like to use svn for this project. I've installed SVN on my debian server for this purpose, but i don't understand how to use it and the googling got me even more confused. I'd like to create a repository /var/svn/project and use it. After some changes occur, ...

Merging updated code from parallel Subversion repository

I was wondering what steps people generally take when it comes to merging a live (continually updated) SVN respository with an offline one (updated less often), as an example, take my scenario: A while ago I downloaded the BugTracker.NET system when it was at version 3.2.3. I've subsequently make some enhancements to the code for our bu...

Missing prop-base file problem

I am using Eclipse and SVNSubversion as a repository for a Java project. After updating the local repository and starting Eclipse, an error (in the Problems tab) appeared stating that a specific prop-base file was missing from the build path. Being inexperienced, I have accidentally deleted the prop-base file icon from the project build...

How do I unlock svn?

Hello, I am trying to check in a project to svn. However, I get an error message stating that this is locked. I am the only user. I tried to "clean" my project. No change. Is there a way to force unlock? ...

Pre-fill SVN commit message with guideline

I would like to show guidelines to commiter independently of the subversion client used. Do you know how to do that? ...

Tortoisesvn not showing up correct status after commit

Hi, I was going to ask this in tigris.org, however they have maintenance in their forum. My environment: Windows 7 x64, Tortoisesvn latest x64, simple repo. What I'm doing: I am adding a new file to repo, then doing SVN Commit. This operation is successful and I can see it in repo from trac or directly. I expect: To see that file's i...

How to copy subversion repository as a new directory to existing repository?

I have two existing subversion repositories on different hosts (host-a and host-b) and I'd like to copy one directory from repo A to repo B. Basically https://host-a/repo/some/path/moduleA should be copied to https://host-b/repo/some/other/path/moduleA. All the history should be preserved and existing data in host-b should be preserved....

what is git-svn

once you have checked out a svn repository with git-svn, and you do some work, push your commits to the svn repository ? ...

Is it possible to have an inconsistent branch/tag with SVN due to concurrent commit action?

I'm trying to understand whether subversion has its own mechanisms for regulating concurrent user activities on the trunk (IE a branch/tag action and a commit action happening at the same time) or if it's up to the users to sync between themselves before acting on the trunk. I've been trying to find documentation about this on the net ...

Does any faster centralized version control than SVN exists?

Hello, I've been using SVN since a long time and now we're trying on Git. I'm not talking on the centralized / decentralized debate here. My only concern is speed. The latter tool is much faster. But sometimes, I NEED to work with a centralized approach, which is much more simple and less complex than the decentralized one. The learnin...