Tagged Questions

3
votes
6answers
53 views

How suitable is a DVCS for the corporate environment?

Hi Guys, I've been using SVN for some time now, and am pretty happy with how it works (however I can't say I'm an expert, and haven't really done much with branches and merging), however an …
2
votes
1answer
44 views

SVN Continuous Integration Service Provider

are there any continuous integration service/hosting providers that I can just point at an arbitrary SVN server (given credentials of course) and it'll update to the latest source and build? I'm …
1
vote
7answers
49 views

MySQL DROP DATABASE equivalent w/o root access or DROP privileges

I am coordinating a number of PHP development projects. I have setup a workflow where developers all work with one Subversion repository. When they are ready to take a look at their application on …
0
votes
2answers
26 views

Trac and Subversion not working together

I installed Trac on my vps It loads the pages fine except for reading the svn repository which is working fine on my subversion client the error i get is Warning: Can't synchronize with the …
0
votes
1answer
16 views

Is there a way to specify $GlobalRev$ in a file using Subclipse for Eclipse

I know how to get the local version number into a file with Eclipse. Right click, Team, set property then svn:keywords Id. But how do you get the $GlobalRev$ to appear? There's something called …
0
votes
1answer
21 views

Can’t commit svn controlled directory when referencing through symlink

I have a problem that I describe poorly in another question. I'm posting this to make it more clear what I want to do, and what problem I'm encountering. There is a highly-voted answer, but it doesn't …
0
votes
1answer
23 views

Do comments on branch commits get persisted when the branch is merged onto the trunk?

Using subversion v1.6.6 and TortoiseSVN v1.6.6.. After having created a branch and meticuously adding detailed comments whenever doing a commit on the branch, I can't seem to find those comments …
2
votes
3answers
61 views

How can I prevent Subversion commits without comments?

Hi, Does anybody know how to prevent commits to a Subversion code repository when there is no commit comment entered? Thanks in advance. Kind regards, Maverick
5
votes
3answers
128 views

practical guide to subversion branch merging

Preface I realise there are already a lot of questions about merging SVN branches on SO. I have read many of them, but still haven't really found the information I'm looking for, so please read this …
0
votes
1answer
18 views

When writing Apache module, popen( svn ) fails with termination status 256

I'd like to write an online SVN repository browser. I've decided to implement it as an Apache module, wrapping around the command line client (for the time being). As I'm getting started, I have the …
1
vote
3answers
36 views

help with subversion (svn) hook script

How to create a subversion server hook script that prevents people from committing changes if they don't own the lock on the file first? Svn server is on windows. Thanks. P.S. Additional info in …
3
votes
6answers
95 views

Are there any free alternatives to VisualSVN?

Are there any free alternatives to VisualSVN (a Visual Studio 2008 plugin for subversion control)? Visual Studio Express 2008 support would be great.
0
votes
3answers
37 views

Make a folder in SVN writable so that when the repo is checked out, the permissions are already set to writable?

I'm not a Subversion pro by any means. But I am using it for my coding projects and using the deployment feature at springloops.com (love it). I have some log, cache and image folders that I …
1
vote
0answers
24 views

TFS- Revision graph like Subversion

Is there a way to see revisions/changeset to a repository in TFS just like how we can see revisions/branches in SVN using revision graph? Edit: I am using TortoiseSVN for SVN client
4
votes
2answers
60 views

Optimizing regression testing in a C++ environnement

In order to avoid too much testing, I would like to provide the Quality Assurance (QA) team with hints on which features have to be regression tested after a development iteration. Do you know tools …

1 2 next
15 30 50 per page