svn

TortoiseSVN trunk checkout "Server sent unexpected return value (403 Forbidden) in response to OPTIONS" error

First of all please excuse my lack of knowledge, I'm new to Tortoise, and my bad English. My problem is that every time I do some operation with an URL like the following one: https://nttt.dttt.com:8443/svn/nttt/Med/trunk I get "Server sent unexpected return value (403 Forbidden) in response to OPTIONS". The user and password I supplied...

Configuration management for Windows Embedded Studio 2009?

I have had some success using WES2009 and svn to control an XPECMD script, SLD files and their dependencies. What's the best way to apply configuration management to Windows Embedded Studio projects? ...

Cloning a git-from-svn repository and getting all the remote branches

I'm struggling to understand how to be able to clone a git repository from Subversion, and then clone that repository to another machine (git-to-git) and still have access to all the original Subversion branches and tags. Here's what I've done, and where I'm running into roadblocks. First, on machine A, I cloned my Subversion repositor...

Subversion core on a sharedhosting

Hi! I've signed up for a shared hosting plan in bluehost and tried installing a subversion by following this instruction: bluehost forum svn install script all goes well at first even tried svnadmin create project_name and was a success but then when I traverse to project_name I got this error "svn: '.' is not a working copy" when I run ...

How do you fix an SVN 409 Conflict Error

I used to use SVN 1.4 on OS X Leopard and everything was fine. A couple of weeks ago I installed a fresh copy of OS X 10.6. The version of SVN that comes with Snow Leopard is 1.6.5. I went ahead and built my own copy with 1.6.6. I'm using the built in apache server and just hosting repositories locally. Everything appeared to work fine ...

How do I use the subversion revision of a css file to prevent browser cache

StackOverflow implements it like this: <link rel="stylesheet" href="http://sstatic.net/so/all.css?v=4542"&gt; Every time the referenced files change, the href attribute of the link tag is updated in the HTML code, thus supporting caching and updated referenced files. My question - how do you retrieve the subversion version of that c...

Java Packages in Seperate repository than others

I was wondering if it's possible to have a java package setup using a different subversion repository than the rest. Ideally, I would probably go with a different library project, but in the case of BlackBerry, the 3rd party library linking does not work well, so I would like to just separate my UI package into a different repository tha...

svn doesnt commit my added files?

i have checked out files from my svn repository to a local project folder. then i add 1 file in the project folder but when i run svn commit -m "added a file" it doesnt commit anything! only when i change in the original files, not adding new ones. how comes? cause i want it to add new files to the repository. thanks! ...

Subclipse - Checkout lacking root directory

We just implemented SVN usage at our office and the other dev and myself are both running duplicate versions of eclipse, subclipse, and a few required/optional elements. They're all the same versions and everything. I can do a checkout just fine because the checkout directory I can select is the root, whereas he doesn't see the root as...

svn:designate a file as not subject for source control

I have a project folder with sources, headers, resources, etc. Most files are subject to source control via SVN, but some are not. Is there a way to designate a file as not subject to source control, ever, so that "svn status" does not throw a line with a question mark next to that file? ...

howto make svn diff look like diff?

There's another question: howto make diff look like svn diff? but I want the exact opposite. I'm trying to get svn diff to display with < and > The obvious answer would be: svn diff --diff-cmd /usr/bin/diff file but when I do that I get /usr/bin/diff: illegal option -- L So I do this svn diff --diff-cmd /usr/bin/echo file t...

how to access subversion server remotely

I just installed VisualSVN server yesterday at my home computer and I can access my repositories ok at localhost but when I try to access it remotely, it won't connect. Am I supposed to configure something else or is it not possible? I'm using https://servername/svn as the URL in my browser and the home computer is behind a router. This...

Need to setup Subversion in my local box

Hi, I am using Windows7 and I do lot of Java coding in Eclipse. But I dont have a version control system. I have heard of Subversion being a very popular VCS, so I would like to set it in my local box. Can you please give me some pointers on where to start/look at? I would like to checkin/checkout files using Eclipse. Please guide me....

SVN: is it possible to delete a branch that was copied removed etc for good?

I have to remove a branch from svn history for good. Normally I would use svnadmin dump /path/to/repo |svndumpfilter --drop-empty-revs --renumber-revs exclude /branches/bad_branch However this branch was not just created, but also moved and then removed and dump script fails to process downstream information with messages like: Inval...

delete original project folder after i checked it in into svn repo?

should i after i have created a svn repo, import one project folder into it with "svn import" and then DELETE my original local folder thus only having it in the svn repo in the remote ubuntu server? is this safe or should i still have a local copy for some reason (cause i wont work in that one)? ...

how to update a web server's content to the new svn changes?

i use netbeans to check out projects from svn repo, then i edit the files and commit the changes. but how should i do to update the live web server content (in /var/www)? should i in my ubuntu server use "svn checkout" and check it out to /var/www or should i use netbeans to check out to a local folder and then upload the files to /var/...

Obtain SubVersion 1.4 executables for Windows

I need to work with an old repository, whose db/format contains 2 From this question, I understand that this means it's version 1.4. I have only 1.5 executables, which produce a db/format containing 3 layout sharded 1000 I've tried to use the 1.5 svnadmin to verify the 1.4 repo, but it fails with 'vnadmin: Unknown FS type 'fsfs ...

set password for websvn in ubuntu server?

i have installed websvn using apt-get install websvn in ubuntu server. i can now access websvn through http://url/websvn. however, i want to set a password to the access, so only authorized people could access it. how could i do this? ...

Are there any libraries to allow Python or Ruby to get info from SVN?

I'm looking for plugins that will allow my codebase to interact with, browse, and poll an SVN server for information about a repository. Trac can do this, but I was hoping there was an easy-to-use library available to accomplish the task, rather than trolling through the Trac codebase. Googling for this returns mostly vague results abo...

Tortoise SVN diff two trees

Hi Consider the following situation Code was added to the trunk at revision x A branch was created The modifications of rev x were removed from trunk in rev x+10 and new code was added trunk and branch goes their own ways till rev x+100 Now we need to update the branch with changes form the trunk The problem with a simple "merge a r...