svn

Version control for interdepedent modules

How do I track and manage the dependencies of software modules under version control? I am building several websites, each of which uses a particular Apache configuration, particular Django code, a shared Python library, and some shared Javascript. For each site these pieces are interdependent -- if the server code changes, the Javas...

PHP: Using SVN subcommands and options in exec() causes "segmentation fault"?

There is something that drives me nuts these days since I cannot continue my work on a project. I've switched to another computer and can't get PHP and svn executable to work together nicely :) $output = ""; $value = ""; exec("/opt/subversion/bin/svn info --username something --password something --non-interactive <REPO_URL> 2>&1", ...

SVN partial branch

I'm new to SVN so this could be an easy question. We have a "trunk" with 1st level directories: 10 <-- documents 20 <-- source code, db scripts, ... 30 <-- documents 40 <-- referenced 3rd party library-es I made a "develop" branch from the "trunk". In "develop" we change our source code and after testing it we merge it to "trunk". T...

What are the hurdles and dangers when migrating from Visual SourceSafe to SVN?

A client still uses Visual SourceSafe, but after showing the numerous dangers and deficiencies of VSS, they've decided to migrate from VSS to SVN Subversion. The choice-to-be seems Tortoise SVN with AnkhSVN (good choice?). A migration aid is described here. The project contains two websites, a few web applications, several control and f...

how can i send the output of committ revision version in email using blat

Hi All, Iam sending an email once the svn committ is succesful. Now i want to send the committed revision number (output of svn status -u) also in email. Iam using the blat to send an email in a batch file. blat - -body "Subversion Commit successful. Log file: \%computername%%OUTPUT_FILE%" -subject "Successful - SVN Commit'" -to [email protected]...

How to relocate copied svn folder

Hey all, i copied an existing svn folder (a) to a new folder b and want to also switch the repository url. Its still pointing to a repo. i try svn switch --relocate but only get: svn: Relocate can only change the repository part of an URL What is the right way to do this task? Thanks for your help! ...

Do you commit a complete web-directory to SVN or you do some exceptions (large binaries)?

Particularly I mean videos. I have fair bit of videos on my website and as I do submit all graphics with the sources, I have serious doubts about committing videos and archives (sizes between 10MB and 300MB). Does it make any sense at all to do this? ...

open source web interface to create svn projects?

Is there an open source web front for me to put on my server? I would like to give friends a url so we all can create our own svn projects without restrictions and great speed. optional SSL would be nice with it too. Web interface like trac is a bonus ...

SVN Automatic merge to branch on check in

We use one branch for the our upcoming release, and trunk for the next release (later). For example: v1.1 -> v1.2 -> trunk (Where v1.1 is in production, v1.2 is the upcoming release and trunk will turn into v1.3 closer to release). While working on the upcoming release, we check in using SVN (TortoiseSVN). The problem with this is that...

Recommendations to handle development and deployment of php web apps using shared project code

I am wondering what the best way (for a lone developer) is to develop a project that depends on code of other projects deploy the resulting project to the server I am planning to put my code in svn, and have shared code as a separate project. There are problems with svn:externals which I cannot fully estimate. I've read subversi...

SVN post-commit hooks have stopped working after upgrading to FogBugz 7

Our company have recently upgraded our FogBugz installation to version 7, downloaded the latest post-commit files, and followed the latest instructions on integrating SVN with FogBugz (to get lists of modified files for each case.) However, I've been unable to get them working. Can anyone shed some light on what i might be doing wrong?...

SVN web development cycle issue

The organization I currently work for uses SVN for developing PHP applications. Our development cycle started out simple, doing a commit updates the web root using the post-commit hook in order to see changes right away. Than we ran into an issue with development features getting in the way of bug fixes and holding up the fixed files f...

Eclipse to play nice wtih SVN version control and WAMP development environment

I've been using a WAMP stack for a while now and have my projects organized in this way wamp/www/project1 wamp/www/project2 wamp/www/project3 etc. Now I started to use Eclipse for PHP and have a workspace that's located in my C drive at C:/my_eclipse_workspace When I create new project in eclipse, a folder gets created for it at ...

Possible to svn export and include unversioned files?

I would like to export my code from the working svn copy while including all unversioned files. For example, there are uploaded images/config files etc, that I would like included in the export. How can I achieve this? ...

Using TortoiseSVN from Multiple Computers with an SVN repo on External Hard Drive

With TortoiseSVN, I created a repository on my external hard drive, where I store all my code. I purposely chose to put it on an external hard drive so I can use it on multiple computers (take it with me from place to place). However, yesterday, I tried to checkout my code from my repository from a different computer (also running Tortoi...

How to add files to file based repository?

I just downloaded Cornerstone and would like to add my existing files to a new repository. The repository will be file based (no server) and used by a single developer. In Cornerstone, I create a repository. It doesn't have any folders. I then select one of my existing project folders and import it. The folder imports but none of my...

Tortoise SVN - moving whole project to a folder

I am having a huge problem with this. I want to take my whole project from the root folder, and move it to the root/webUI folder. What I have done seems simple, but it's not working. I simply made the new root/webUI folders, selected everything else in the root folder, and right-click dragged it into the new folder. I then elected to S...

Managing Contractors with SVN on Projects

What do you recommend for using SVN as a means to manage development of a project using remote/external developers in terms of code review/managing changes,etc? Should everyone checkin to the trunk and provide comments for everything or do people use patches, branches, or some othe process to manage this? Please provide any suggestions y...

How many people were involved in a project? Based on Revision Control System

How do you know how many developers were involved in a project using a Revision Control System? A friend of mine found this way to look up the answer in git log: git log | grep Author: | sort -u | cut –delimiter=” ” -f2 | sort -u | wc -l Is there a straightforward way in git? How about other Revision Control System like Subversion...

how to subversion AutoCAD

Hi, I am new to Subversion. I was trying to subversion AutoCAD files for my projects deparment, however it does'nt seem to work. It works fine with docs and xls files etc., Along with 'subversion', i am using Tortoise SVN client. Would appreciate some clear responses for this ? Sams ps - Any suggestions for AutoDesk Vault workgroup ? ...