svn

configure SVN for Flash Action script programming

Hi all, I am working as a Action Script programmer, and am included in team, the size of the team is 3. So we are working in the same shared files, the we are having a lot of conflict in the fla file and AS files. I wish to implement the SVN for our project. So is that can be done in TortoiseSVN , then how can i configure in LAN. We are ...

What is a (XCode) SVN repository and how to use it

Setting up SVN using Apple Developer Connection manual (http://developer.apple.com/mac/articles/server/subversionwithxcode3.html). Regardless of it, I managed to setup SVN repository on local harddisk and even connect to it. Problem: would like to put several non-related projects under one repository. How to do that with XCode? For now ...

Unable to Start Subversion on windows 2003 server. StartService FAILED 1053

good peeps of the world, I'm in the process of migrating from VSS to SVN (all these days of futile versioning ...) anyway i've come to the point of creating the service, i used the following command: sc create svn_hr binpath= "\"c:\program files\subversion\bin\svnserve.exe\" --service -rd:\SVN\SVN_HR" displayname= "Subversion Server" d...

How can I write a wrapper script to create an svn branch?

My experience is in Perl, but willing to consider other scripting languages. Is there popular stable svn scripting library module for Perl, Python or Ruby that we should be considering: Goal: write simple svn wrapper script for branching or tagging in Perl, Python or Ruby my requirements: Write a simple command-line script probably u...

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 revisions, but I was getting all sorts of tree conflict errors. Any idea what the difference is between these two? ...

svn copy returns "Repository moved permanetly"

I've always used TortoiseSVN, but now I need to create a branch using the command line, and I cannot seem to get it to work. I'm trying to follow the steps listed here Branching Instructions And I'm using the following command svn copy https://coolserver:8443/svn/Actant/trunk https://coolserver:8443/svn/Geneva/branches/NewBranch -m "C...

Getting Django and Subversion to work together on Dreamhost

Does anyone know how to get Django and Subversion to work together on Dreamhost? I've been following this tutorial to install Django (which uses Passenger WSGI): http://wiki.dreamhost.com/Django After I got Django to work, Subversion stopped working. Has anyone ran into this problem? ...

SSIS Packages Version Controlling.

Hello All Is there a good way of version controlling SSIS packages. Any suggestions / ideas please thanks ...

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 repo is https://server.network.local/svn/. I can browse via IE to that address, and get the repository list (I do have to click past the certificate error thoug...

Trac task context sharing with mylyn

I've got trac working with mylyn (in eclipse obviously) through xmlrpc. Yay for six hours of my life. I can attach and retrieve context to tasks in trac. Question setup: I have a project checked out into two workspaces. In workspace 1, I activate a task, open some files, edit some stuff, commit the changes to svn, and attach the cont...

Multiple SVN Repositories or single company repository

Should we have one single repository for all the company, which contains many development projects, or a repository per project? Any ideas on experience / best practice? ...

Configuring Multiple Build Configurations from Shared VCS Root in TeamCity

I have a single SVN repository containing multiple projects, e.g. /molindo/trunk/foo /molindo/trunk/bar /molindo/trunk/baz Currently, I've configured 3 projects, all using the shared VCS root /molindo. By default, every commit would trigger build of all 3 projects (although trunk/foo doesn't care about changes in trunk/bar or trunk...

Version control with file level control

I currently use SVN and have a framework that I use on all of my projects, let's say this framework has lib directory with needed files. That directory is in a 'framework' repository so I can update it on every project. My problem is that in that lib directory I want to add a project specific file that should be in project specific repos...

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, and would like to know which one is easier to work with. The project involves two main programmers, but a few others may contribute small amounts. It is mostly...

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 ...

Using Subversion, where is "actual" source code stored?

I'm just getting used to Subversion and I have a fundamental question about versioning. I've created my SVN repository on a server "S" hosted in my network. Assuming I "import" code, files, directories, etc. from another computer "A" in the network, it gets added to my server's SVN repository. I do a checkout from another computer "B"...

Managing SVN tags and trunk

I'm a few weeks into moving all of our source code into an SVN repo, and really starting to see the magic. I now have a very simple question that will dictate much about my approach to SVNing. I was on site for a client for 3 weeks, working on the trunk of ProjA. Just before I left, I created a branch of the trunk under "ProjA/tags/rele...

svn reintegrate a branch with externals fails

using svn 1.6.6 with tortoisesvn 1.6.6 what I am doing: 1) Apply external properties to a folder in the trunk (both single file and folder external, externals are binary files) 2) Create a branch from the trunk and update the entire project 3) Modify a file on the branch and commit the changes, then update the entire project. 4) Mer...

Recursive svn propset

I'm trying to recursively add properties to all files with a wildcard. File structure as below D:>dir *.bob /s/b D:\Source\key-test\test.bob D:\Source\key-test\test2.bob D:\Source\key-test\sub\test3.bob properties so far (none) D:>svn propget svn:keywords -R *.bob try a recursive set (note test3.bob is missing) D:>svn propset sv...

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: Cannot rename file '/Users/damianharvey/Sites/Odyssey3.5/OdysseyEDIJAXB/src/com/locuslive/edi/edifact/d95b/coreor/.svn/tmp/entries' to '/Users/damianharvey/Sites/Od...