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.
...
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?
...
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...
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...
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...
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...
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
...
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.
...
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...
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?
...
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...
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...
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...
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...
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...
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...
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...
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...
how much time ll it take to migrate from VSS/SVN to TFS
...
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...