svn

Dowload single file

Hello, how can I download single file from SVN repository? For example: svn co http://server.com/svn/trunk/test.file test.file svn: URL 'http://server.com/svn/trunk/test.file test.file' refers to a file, not a directory But I can download directories in this way. ...

SVN commit error: "'.' is not a working copy"

I can SVN-update and browse the repository just fine. The .svn directory exists in every folder across the checked out code tree. Only commit is broken for some reason. Any idea what could cause this? ...

Hudson and SVN repo

I am using hudson as my continuous integration tool. I need to download from my svn a zip file. It gives me the following error -- /somedir/*.zip refers to a file, not a directory! I know that. Is it not possible to check out a zip file. Once that is done I would like to run a script that extracts it, and sets up a directory struct...

How to have different file links to an Eclipse project (not importing it)?

Hi all, I noticed when I import a file, the file is copied to the work space, but can I just create a file link in a Eclipse project? So when I modify the files in Eclipse, the files in the linked location is modified. In this way, I can version control the files using SVN. And I don't need to copy the modified files back to its dedicate...

Is it possible to have a git repository as a "vendor branch" in subversion?

Hi Is it possible to have a git repository as a "vendor branch" in subversion? In this project we will have several parts, but some parts will use svn and some will use git. So I am looking into a "project root" from where we can have the other projects as vendor branches (or similar). And the question is if it is possible manage thi...

Is it possible to have a subversion repository as a "submodule" in git?

Hi Is it possible to have a subversion repository as a "submodule" in git? In this project we will have several parts, but some parts will use svn and some will use git. So I am looking into a "project root" from where we can have the other projects as submodules (or similar). And the question is if it is possible manage this "project...

I lost my SVN repository

Hi everybody, My SVN repository was installed on a server and this server got down, I have three working copies and all of them made some changes and not commit them to the base What to do in this case, please help me ...

Is it important to setup a SVN server for one man web project?

I know that SVN Server is very useful for version control, but it is necessary for a one man project to do a web application? (it may invite more member to join in the future, but at this time, just a one man job. ) if it is necessary, any setup manual or recommendation on this? Thank in advance. ...

Visual Svn url to include my domain name

After setting up a visual svn server for source control on my web server. I connect to it via a url such as: http://123.456.789.000/svn/. While this works fine, wonder if i could make the url incorporate my domain name eg: http://www.mydomain.com/svn/ The domain name also points to same server as my website is also hosted on it. Any ti...

strange error with SVN LS command, when using another revision number

What does it mean: $ svn ls -r 2195 ^/trunk library/ $ svn ls -r 2195 ^/trunk/library svn: File not found: revision 2263, path '/trunk/library' What could be the reason of this strange behavior? Am I doing something wrong? ...

Use git-svn with an existing repo lacking .git/svn/

I've cloned a project's sources using Git, which is converted on the server from a SVN repo. The problem with this Git repository is that it lacks tags, branches, and some revisions are missing. The number of revisions is enormous (~20000) for me to use git-svn clone, and it'd be a waste of bandwidth and time as I already have most objec...

SVN Merge Problem

I have a SVN repository for a piece of software developed by a third party. My repository has the following three directories: trunk oldVersion newVersion I'm trying to use the following svn command to upgrade from version 1 to 2: svn merge oldVersion@HEAD newVersion@HEAD . --ignore-ancestry where the working directory contains a c...

Mac source control option with both working and live repositories being remote?

I've been doing LAMP development for roughly ten years now. I've occasionally used CVS and SVN. I code mostly with BBEdit. I am trying to setup some sort of source control to manage LAMP web apps. I prefer not to have a local repository. I usually have a dev server and a live server. I am looking for a source control option that will wo...

SVN - Server sent unexpected return value (500 Internal Server Error)

I'm using RabbitVCS to work with Google Code, and I just recently started having problems with trying to commit. Whenever I try to commit, it says... Commit failed Server sent unexpected return value (500 Internal Server Error) in response to Checkout request for (some file that is involved in the commit. The file it fails on isn't con...

DevelopmentServerPort merge conflict

I have a team of people working on a Visual Studio (C#) project, and we keep running into this problem where there is a merge conflict in the project file on the DevelopmentServerPort. Apparently the DevelopmentServerPort is saved in the project file, rather than in user settings. Is there any way to solve this, other than forcing it...

SVN - How to upload a single file?

How do I upload a single file from my local computer to a SVN repository? I can import a directory, but I can't import a single file into existing directory. I use SVN in linux (command line). Any help would be appreciated. Edit: I forgot to mention, I need to upload this file into a specific directory that has nothing to do with di...

subversion: How to: difference between modified working copy and alternate branch?

I have tried. My working copy is based on but a modified version of svn://foo.net/svn/repo/branch/yyy I want to diff against branch xxx. I have tried svn diff --old=svn://foo.net/svn/repo/branch/xxx --new=. but that only seems like shorthand for svn diff --old=svn://foo.net/svn/repo/branch/xxx --new=svn://foo.net/svn/repo/bran...

subversion error

we are 5 members woh are working in same project.for integration we are using subversion. now we r getting the error Error65 Files has invalid value "<<<<<<< .mine". Illegal characters in path. MaxnetEcommerceNew MaxnetEcommerceNew is our folder name we tried to search for "<<<<<<< .mine". but there is no such text present in our proj...

duration of migration from svn to tfs

how much time ll it take to migrate from VSS/SVN to TFS ...

Is it possible to make a folder in an SVN repository to point to a folder in another repository?

Hi Everyone, I'm currently working on a very small open source project for Maemo 5. (Namely Sticky Notes.) I would like to incorporate some stuff from the Hildon Extras project. It seems that they have no binary packages, just an SVN repository, and the developers who use it just copy-paste the sources from Hildon-Extras to their own r...