svn

How to use SVN command line with Tortoise

I can't figure out how to use the command line for SVN when SVN is installed by Tortoise. I'm trying to invoke some commands found here: http://jacqueschirag.wordpress.com/2007/07/22/changing-revision-property-in-subversion-with-tortoisesvn/ but I'm not seeing the same directory structure under Program Files (x86)\VisualSVN Server (ob...

How to backup a SVN repository with only SVN access?

I've got some code hosted at a svn server; I'm pretty sure they do a good job of making backups, but I'd like to make my own - just in case. I only have "svn access" to this machine; how can I make backups? I could make something simple which just checks out every day and backups that, but I'd like something which captures each revision...

SVN, Eclipse and Java

I am just wondering what the solution is to setting up SVN and having it deploy to an external server with just the JSP and class files. How do you rid the src folder when deploying. What is the proper set up for this. I just want to be able to have multiple users commit work including src files but when they are deployed onto the produc...

Getting "cannot copy assembly" errors when trying to build website

I'm getting two of these errors when trying to build the full solution for our website. Here's the full text of the errors: Error 91 Cannot copy assembly 'Emcom.DataAccess.dll' to file 'C:\work\evan-moor.com-trunk\2007.evan-moor.com\Bin\Emcom.DataAccess.dll'. Unable to add 'C:\work\evan-moor.com-development\Emcom.DataAccess\bin\De...

SVN - Apply changes made on branch to trunk

Hi there! I'm currently working in a web application development. Our company methodology is to work on the project trunk for as long as possible and switch to the branches only when necessary. However, in order to guarantee the success of a recent deploy, I have worked directly on the client specific branch. I would like to know how c...

What is a good solution for distributing image files, daily, across multiple platforms?

Sorry for the crappy title. I have a repository of product images (approximately 55,000 and growing by about 1000 a year) that changes daily (up to 100 images added, modified and/or deleted every day). I need three people to have access to making the above changes (so they can read/write to the directories). They will all be using wind...

Add existing project to solution under visualvsn

We are changing from SourceSafe 2005 to visual svn. How can an exisiting project be added to a solution Example: I create solution1 with 3 projects and add to /trunk I create solution2 with 1 project and add to /trunk In solution1 I add existing project from solution2, but I cannot add to subversion. I get "out of working copy, use...

How do I checkin to local copy AND svn:externals subdirectories in one commit?

We have an svn project that also has several plugins in vendor/plugins - all pulled in via svn:externals. I have a commit that spans both the main project and several of these plugins all at once. When I do an svn st it lists all my changed files across all the correct sub directories, but when I try to do an svn ci it only shows files...

Commit via SVN and Client certificate

Is there a way to commit code via SVN without SVN asking for a 'Client certificate filename' all the time? ...

SVN move single directory into other repository (with history)

Related question: Moving repository trunk to another’s branch (with history) I know that one can dump a complete SVN repository with history and load it into a user-defined (sub)directory of the target repository using: // in source repo > svnadmin dump . > mydumpfilename // in destination repo (backslashes because I'm using Windows...

Importing eclipse projects using Ant

Hello there, I currently use an Ant script to download several Java projects (projects divided as modules) from a svn repository and generate a single war file. But now there is a need to use those scripts to download these projects directly to an eclipse workspace. Even after the build.xml is executed successfully, these projects are...

Version control for web apps - how to handle revisions and go-live schedules?

Hi, I am using SVN for source code management on a Classic ASP app that I develop/support. I maintain several versions of the app as required by my company: Discovery/playground version - where I do all the work. My Working Copy Dev/Test versions (no access to these sites/servers) Live version (no access to these sites/servers) Here ...

svn says conflicted but it's really merged (TortoiseSVN)

Lately I've been seeing behavior where after an update svn shows certain files as "conflicted" but when I try to edit the conflicts, there are none (The "next conflict" and "previous conflict" buttons are disabled and if I scroll through the file, none of the lines are marked red). This seems to have started after I started working from...

Importing files from Subversion into an existing project

I am trying to import files from a SVN repository into an existing Eclipse project using Subclipse. Unfortunately, I can only find a way to create a new project from a repository. I know about Tortoise SVN, but it is so much easier to remember to add files when version control is imported into the IDE. Is this possible? ...

Downloading Source Code From Google Code using TortoiseSVN

I recently found a cool little project that I would like to download the source code of. Using the web interface on Google Code, I can browse through all of the files in the source code of the project. Google gives me this: # Non-members may check out a read-only working copy anonymously over HTTP. svn checkout http://xnamugen.googleco...

Version control for large php/mysql web application

Hello everybody! I am working on a large php/mysql application, and I am getting to the point that i have to use some kind of version control. I have read a few articles on GIT, but i can't seen to figure out what the best way is to go about this. I have a dedicated server that runs CENTOS with PLESK. And i mainly develop on my local ma...

SVN pre-commit hook to reject Python files with inconsistent tab usage

The Python interpreter can be started with -tt to raise a TabError exception if the interpreted file has inconsistent tab usage. I'm trying to write a pre-commit hook for SVN that rejects files that raise this exception. I can pass the file being committed to python -tt but my problem is that the file is also executed, besides being che...

Command-line svn for Windows?

Is there a command-line based version of svn for Windows? I know I can get TortoiseSVN, but that just doesn't work for me. ...

Documents in LaTeX, output in PDF, sources in SVN - need customizable component or software for peer review.

Hi. We have a large SVN repo of LaTeX documents. Each document ultimately is rendered into PDF. Documents need to be reviewed. Review has two major goals: ensure the quality of text itself and ensure the qualify of typesetting. Right now reviewer could be separated into two major groups: Those who use SVN to checkout sources and bui...

SVN Copy or Merge: Whats best in current situation!!!

hi, Check out the following scenario: /trunk at version: 200 /branches/mybranch at version: 200 /branches/mybranch Last commit version: 192 Now i want the latest code (exact copy) of /trunk to /branches/mybranch. What is the best option to get the exact copy?? I tried Merge from revision 192-200, but i always missied some files from /t...