1
vote
3answers
30 views
Mac OS X 10.5 Apache and Subversion upgrade alternatives
I've found myself down a rabbit hole and would like advice. It looks like Mac OS X 10.5.8 comes bundled with a pre-configured version of Apache 2.2.11 (located in /usr/sbin), PHP …
2
votes
3answers
49 views
How to display list of repositories from subversion server
I'm looking for a way to search a whole subversion server.
I already got a piece of the puzzle to search within a repository. Now I need to do this for every repository.
Update: …
5
votes
2answers
76 views
How to search for file in subversion server?
Is there a way to search for a file in a subversion repository?
Something similar to Unix' find command, with which I can find the location of a file in a repository.
I know ther …
1
vote
2answers
48 views
How can I access the commited file from a Subversion pre-commit hook in Perl?
I need to do the following:
Write pre-commit hook in Perl
Hook should check all files being committed for presence of some text, and fail if that text is not found
Basically, I …
0
votes
2answers
43 views
SVN : missing files in local copy.
Hi,
I use Eclipse Subversion client to checkout my project from a svn repository.
My coworkers has committed 2 new files which i can see on the svn remote repository but I can't g …
4
votes
2answers
65 views
How to commit subversion revision with every commit in order to refer between two repositories.
Consider software spread in two separate repositories, Pub and Priv. Pub repository is public. Priv is closed. An continuous integration server builds both Pub and Priv when either …
1
vote
3answers
38 views
Subversion: Merging a vendor’s source code releases into mainline at regular intervals
At regular intervals, I receive a new release of a vendor's software, delivered as source code in a compressed package, and I don't have access to the vendor's source code reposito …
0
votes
2answers
37 views
How to handle unmergeable files in a version control system?
I am working in a model-driven environment, where Java code is generated from a MagicDraw model by AndroMDA. The models are developed iteratively, hence we would have to merge them …
0
votes
1answer
13 views
Using a project from source control across repositories and solutions
In one of our projects, we have a class library we use for more than one project/client and each of these solutions exist in different repositories. Currently, this class library …
0
votes
3answers
78 views
Commit to previous version.
I want to know whether it is possible to commit to a previous version. I want to overwrite the previous version. The situation is like this:
I worked on a file and made important …
0
votes
4answers
15 views
netbeans subversion authentication failed
Hello,
Today i started getting a weird error, i couldnt access any subversion repo from my netbeans app.
I keep getting authentication failed.
I am using ubuntu 9.10 and netbean …
1
vote
0answers
81 views
SVN Server stopped working properly (403 Forbidden) [closed]
Ok, first of all, I've already googled a lot about this problem, but didn't found any solution...
I've searched here and on ServerFault, but didn't found anything, so I end up post …
0
votes
5answers
119 views
Subversion: How to append text to every committed file?
I am looking for a way to do the following either on pre-commit or post-commit or any other way.
Here is what I need to be working
User commits the file
Something runs (hook …
0
votes
1answer
20 views
Is it possible to have two different versions of collabnet svn on the same windows machine?
If so how would I go about setting that up?
3
votes
6answers
91 views
Is there a subversion appliance / toolset for the enterprise
I am looking for an enterprise subversion setup, that will fit the following requirements:
I need at least 2 instances of the repository server for high availability reasons
Man …
