Hi Everyone,
I am new to SharpSVN and SVN in general. I am trying to implement a pre-commit hook that when the user commits a certain type of XML file; I am going to need to intercept the file and analyze it to ensure they included certain elements before I allow the file to be committed.
Since it seems that SVN submits two arguments; ...
Hi all,
To be question short the problem is following:
Let's presume I have a project in eclipse workspace and want it to be held other two source control ( SVN and Mercurial to be more concrete) is it possible?
...
I have a script with a main for loop that repeats about 15k times. In this loop it queries a local MySQL database and does a SVN update on a local repository. I placed the SVN repository in a RAMdisk as before most of the time seemed to be spent reading/writing to disk.
Now I have a script that runs at basically the same speed but CPU u...
Hi all,
I'm trying to setup Xcode SCM using Subversion (SVN) on a network disk (mounted). I was able to setup SVN repository on my machine locally, and everything worked smoothly without any hassle. Reference Article: Version Control is Your Friend by Jeff LaMarche
My problem is that I'm unable to set-up SVN on a network drive (mounted...
Hi:
I recently installed WAMP for actual local use. I've worked on live development servers but now am working on localhost. I've managed to get multiple virtual hosts setup on my WAMP/Vista 64-bit box but am having difficulty with directories pulled from SVN.
I have four vhosts setup. Two work well and they are not tied to any SVN just...
I wanted to setup SVN repository on a network machine running Mac OSX 10.4. I downloaded and installed subversion from HERE.
I installed the package, and in order to call the Subversion commands from every directory, i followed the following instructions:
Open Terminal.
Enter following command.
$ pico .bash_profile
Add the followin...
I used to use Visual SVN on Windows. Now I am on Mac OSX.
Does anyone know of an SVN server for MAC OSX which is as easy to use as Visual SVN on Windows? I don't want to be typing in console commands, I'd like a nice and simple UI :-)
Cheers
...
I downloaded the SVN source, got it installed and added to my path for easy access. So far, so good.
svn --version
svn, version 1.6.6 (r40053)
compiled Oct 22 2009, 14:13:09
Reading the documentation (that everyone will want to point me to anyway), it instructs me to create a project:
svnadmin create tdl
Then, to add an unversio...
Hi all,
I have set up subversion on one system and it works fine on that computer. I mean I can connect to svn://localhost and commit and update and ... . But I want to connect to that svn repository remotely from another system. It gives me this error :
Error: PROPFIND of '/projects/test': 504 Proxy Timeout ( The connection timed out. F...
I have an account with the shared hosting, IXwebhosting, will I be able to install a public SVN? if not, what server requirements I would need? any ideas?
...
A new user of Tortoise SVN, working over source control.
I have a Visual Studio solution which consists of 5 webAppliation projects.
I need to take one out and work over it in a branch.
When I try to branch it, It is asking me of one of these options
head revision in repository
specific revision in repository
working copy revision
...
I have hosted my code on code.google.com. I selected subversion as the repository to be used and have checked-in all my code. I am trying to create a tag on the repository and I am unable to find any straightforward way to do this. Can someone please guide me as to what needs to be done to create a tag? Do I use some subversion command? ...
Instead of running "svn diff", "hg diff" and so on .. can we write a single command that calls svn/hg/git accordingly? Can the diff output be made pretty?
edit: command-line tools (not GUI) preferred.
...
Hi folks:
Our team creates sole bug-branch, from trunk, intended for bugs-fixing; verifying on PROD, we need to merge codes back into trunk. (We don't preferr creating one new branch per bug reported)
Our current practice is that using WinMerge compares sb's modification in bug-branch with counterparts in trunk, and merge. However, man...
I'm starting to use SVN repositories for all of our websites and wanted to know what the best practise was regarding website config files.
Should they be stored in the repository? The problem is the configuration of the websites need to be different for the working copies than that of the live sites. If I edit the config file for a work...
I'm currently importing all of our PHP websites into SVN repositories. Each site has a images folder which contains all the sites images. The images are updated quite frequently as most of them are offer graphics.
Should the images (binaries) be stored in the repository?
The other issue is that they are updated all the time. How would...
I'm using tortoisesvn to create the repositories and wondered if there was a way it could automatically create a skeleton directory structure within the repository?
I need this as I'm going to allow other people in the team to set-up new repositories and I need to make it as simple as possible and minimise mistakes. I would like the tag...
Hi all,
my company'scode is in a subversion repository, and it has worked well so far. I followed the advice on how to setup the repository, i.e. I have branches/tags/trunk sub-directories. But I now want to be a bit more organised, and have 2 meta-branches, dev and release. The former is obviously for development purpose, where the eng...
We have CruiseControl.NET set up to do continuous integration of a number of our projects.
We are using a <cb:define> block to make sure all of our source control operations are done in the same way, and to keep the config DRY.
We are experiencing an issue every once in a while that cause the build to show "Exception". The message is ...
I have a Linux server which contains 10 repositories. I have setup a samba share to allow easy access to the repository directory so that I can create repositories via Windows using tortoisesvn's Create repository here command....
The problem is that the repositories were setup using the Windows file:/// paths and not the HTTP ones usin...