2
votes
5answers
35 views
Subversion post-commit hook
Hello,
I have created a subversion post-commit hook to send out an email everytime a commit is made.Im calling a python script from the file post-commit in /var/svn/repos/hooks . …
4
votes
5answers
107 views
Which VCS should I use with Google Code?
I am about to start a project and was thinking of using Google Code to host it. It gives the option of using Mercurial or SVN for version control. I have never before used a VCS, a …
1
vote
2answers
26 views
Using Subversion with IIS on a Windows Virtual Machine
I am thinking about installing subversion on a windows Virtual Machine that is hosted elsewhere and do not want to install apache.
Am I limited to access it using the svn: protoco …
0
votes
2answers
41 views
Versioning SQLite databases with Subversion. Good idea or bad idea?
So I have a web system where every user gets a separate SQLite database which acts as a sort of their workspace. All of the database files are in a directory with database names th …
0
votes
2answers
25 views
How Does SVN Client (Tortoise) and server behave if an import operation is disconnected by the server?
I am attempting to import a very large directory structure to svn with tortoisesvn. The server disconnected about 1.5 Gigs into the operation. Do I simply run the import command a …
1
vote
2answers
53 views
Issue tracking software that support multiple repositories
We are just starting to be using subversion as our SCM software at my job, I would need some advise here.
My project manager would like to use only one instance of a software to m …
2
votes
1answer
16 views
subclipse override and commit?
using subclipse, how do i commit my older unchanged file over someone else's bodged-up newer version of the file?
i seem to remember there being an 'override and commit' option in …
0
votes
3answers
47 views
Finding bugs in Subversion’s mixed revision working copies
The project I work on has recently been switched from a horribly antiquated revision control system to Subversion. I felt like I had a fairly good understanding of Subversion a fe …
0
votes
5answers
63 views
Tortoise won’t connect to subversion server
I'm trying to setup my home server with a subversion repo on it (after some changes).
I uninstalled-reinstalled visualsvn server on the win2k3 server box and the address to the re …
0
votes
3answers
47 views
Reintegrate a branch vs merge a range of revision
In subversion I made a branch now I want to merge it back into trunk. Which option should I use?
Reintegrate a branch
or
merge a range of revision
I was using Merge a range of …
0
votes
4answers
21 views
How to get info: The Author/his Comments for the last subversion revision via command line?
I can't seem to find this one!
So say someone like "Joe" (the Author) submits his code into the svn repository with the message "Fixed this bug and that bug yada yada" (his Commen …
0
votes
3answers
24 views
Modify files under svn in hook script
What is the best way (if any) to modify a particular file under our repository within a post_commit hook?
eg: I want to append a checksum line to a somefile.conf file
0
votes
1answer
18 views
Subclipse can’t rename file (OS X)
I can't perform any Subversion operations on my Eclipse project as Subclipse can't rename a file. The error is:
Caused by: org.tigris.subversion.javahl.ClientException: svn: Canno …
0
votes
1answer
44 views
Can’t rename project TortoiseSVN & Subversion
Trying to rename a project under the control of TortiseSVN/Subversion.
Running svn on the server where SVN is installed.
svn rename svn://192.168.0.1/MyProject svn://192.168.0. …
1
vote
4answers
55 views
SlikSVN + Windows 2008 Server
Hello Eveyone
Installed SlikSvn on Window 2008 server
Created Repository at c:\dia\svn\repos
running this windows service as:
sc create svn binpath= "\"c:\program files\sliksv …
