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.
...
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! (:
...
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?
...
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 ...
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...
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 ...
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...
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?
...
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.
...
Description: Out of date:'the file name' in transaction '2639-1'
Anyone can help? Thanks
...
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, ...
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...
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...
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?
...
I would like to show guidelines to commiter independently of the subversion client used.
Do you know how to do that?
...
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...
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....
once you have checked out a svn repository with git-svn, and you do some work, push your commits to the svn repository ?
...
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 ...
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...