svn

run exe after successful svn export from TortoiseSVN

I'd like to execute a small clientside script/exe/bat after a successful repository export from TortoiseSvn. The process would look like: Right click repository Click TortoiseSVN Export menu item Export sucessfully completes TortoiseSVN runs my script. I've already looked at creating a custom client hook, but they're only available ...

Get SVN External over HTTP

In my code, I'm using a System.Net.WebClient to get individual files from an SVN repository, and this works fine. I have an SVN external that I want to get some files from, and therefore cannot access these files in the same manner. What I would like to do is find what location the external is actually pointing to and then get the file...

Can Cruise Control attempt to start a build before fully downloading an svn commit

I have an app and shared library with separate CC build triggers (a successful library build will also trigger a build of the app), with a queue set up to make sure that CC doesn't attempt to build the app until the library is finished. Something weird happened this morning. I'm working over a slowish VPN and committed a bunch of chang...

Version control implementation advices (SVN)

In my company, we are going to reimplement version control for our code base.(Now we have small groups of developers, all with their own VSS version control per project). We choose Subversion as our version control platform. Where can i find some Best practices for implementing version control in company(how to organize repositories, wh...

newbie to 'proper' php project management

I've created a lot of PHP projects in the past based on quick 'make a change, upload it' development methodology. I'm beginning a long (6-8 months estimate) project to provide a fairly full featured hosted web application. Over the last few weeks I've been looking into the best way to 'project manage' this (my actual code is fine). The ...

Deleting a revision from TortoiseSVN

When I commit code into my company's Subversion repository, I often have several files that need to be checked in. Often times, I want to check them in (commit them) separately, because I like to group similar files together. By default, TortoiseSVN opens up the Commit dialog window with all the files selected. If I only want to commi...

Can I add custom properties to TortoiseSVN's list of properties in Add Properties dialog?

Our team is using some user-defined properties on our SVN repository. When I go to add a property to a file using TortoiseSVN, I right-click on the file and choose TortoiseSVN / Properties. I then click the New... button and get the Add Properties dialog. At the top of this dialog is a drop-down list of pre-defined properties labeled Pro...

How to start an SVN project from the command line?

So I have a ruby on rails application that I have created on my local computer. I have a remote repository that I've created. Now how do I check it in for the first time? I have never created my own svn project before, so I don't know how to do it. I've only made commits to projects that I've worked on. Solution: cd [my project dir] sv...

git-svn create branch off past revision

I know how to create an svn branch w/git. But, can I do that off of a past revision/commit ? ...

SVN view commits between tag and trunk

Hi, With SVN is there an easy way to get a list of all the commits between a tag (usually the most recent) and the current trunk, so you can see what (if anything) has changed? Likewise, can you do the same to compare the commits between two tags. Cheers, Jack ...

Which files should I ignore in subversion for a Rails project

I can see I should ignore tmp/ and log/ but are there any other files which shouldn't be in the repository. ...

SVN Switch Relocate - is not the root of the repository

I'm trying to move a working copy folder from it's old dedicated svn server, to a new svn server where it is contained within a sub-folder. Using the following relocate command: svn switch --relocate https://oldserver/svn/repos https://newserver/some/directory I get: svn: 'https://newserver/some/directory ' is not the root of the re...

How to create a git clone with branches of a "subproject"?

Here's the situation: We've got a huge svn repository, which is the "master" (can't change this because it's actually "owned" by another company). We would prefer to work locally in git to get the branching flexibility and speed that git offers. But we don't want to clone the whole repository. The repository structure looks roughly like...

Can I use git repos inside svn repos

At work we keep all out clients projects in subversion repositories and are not going to change this in the foreseeable future. A lot of our projects use the same plugins/modules and we also open source some of these and share them on our own github accounts. What I'd like to do is: Maintain a client project with all the code in subve...

Do I have to delete my project in order to check it out of svn?

This is my first ever attempt at creating an svn repository and I'm confused. I have a project in /var/www/project, and I have a /var/svn/ dir to store the repositories, so I run: $ svnadmin create /var/svn/project and I import my tree with $ svn import /var/www/project file:///var/svn/project/trunk so far so good -- I think Now ...

Deploying ASP.net MVC Applications to Staging and Production with SQL

We have been a ColdFusion shop for 10 years, and are now switching over to ASP.net MVC. Our target framework is .net 4.0 BETA 2 using VS 2010 BETA 2. We set up two instances of Windows Server 2008 (staging and production), and will be using our existing database server (SQL Server 2008). None of us really have much experience in ASP.net...

Trac unable to work with Subversion

I have Collabnet Subversion 1.6.9, Trac 0.11.6, Python 2.6.1 from Sun's Webstack, Sunfreeware.com's swig 1.3.36 running on Solaris 10 5/09 SPARC. I have these error code when open Trac page. Serving on 0.0.0.0:8000 view at http://127.0.0.1:8000/ /opt/webstack/python/lib/python2.6/site-packages/libsvn/fs.py:7: RuntimeWarning: Python C A...

Repository vs database vs filesystem

What makes repository different from database, filesystem or any other kind of storage? How can I exactly tell that this or that is repository judging by some set of features that it has or does not have? When I say 'repository', first of all I mean version control. But there are other examples of repositories, such as digital librarie...

How can I track a single branch on subversion with git.

Hi all, I'd like to track a remote branch on SVN from within Git. I can see the basics of how to do this with the git-svn command, I was hoping to do something like the following: Git branch | SVN branch ----------------------- master | Trunk feature1 | <not mapped> feature2 | <not mapped> so that once I merge into git/master...

Why is Eclipse Europa constantly crashing?

I'm currently battling with Eclipse Europa to get it to play ball with an SVN repository and a Tomcat project. Everytime it bails out, I get the following: JVM terminated. Exit code=1 /usr/java/latest/bin/java -Dosgi.requiredJavaVersion=1.5 -Xms128m -Xmx512m -XX:MaxPermSize=128m -jar /users/0600083h/Level 3/TeamProject/eclipse/plugins /...