svn

svn copy - problem with directories

I want to create a tag in my repository. My command is: svn copy trunk tags\1.1 I execute this command in the main directory of my local working copy. It however copies whole directory so the files ends up in tags\1.1\trunk directory, not in tags\1.1. I was trying to add slashes or backslashes after the trunk directory name, but it is...

Installing Trac with Subversion 1.6

I'm trying to set up Trac on my server and have successfully installed it, compiled the bytecode and run the tracd server. The only problem is that it's not reading my SVN repository. The error I'm receiving is: Warning: Can't synchronize with the repository (Couldn't open Subversion repository /data1/repos: SubversionException: ("E...

Determine total size of SVN directory/trunk

Is there a way to count/calculate the total size of a svn directory if you were to checkout a revision? I have limited internet downloads so I need to know how big something is before I go and download it. Thank you. ...

Subclipse - Checkout SVN repository into a non-root folder

Is there any way to make subclipse checkout a repository into a non-root folder of a project. In particular, I want to checkout into folder src/wavedev rather than just to the project root. ...

Learning SVN - Simple beginner questions

Just started with SVN. Here is a very basic set of questions that I have after reading several articles, tutorials and playing around for a couple hours. When I create a repo is it supposed to hold all of my projects or just one? It seems odd that after running import on a few projects that my revision count is going up for each new pr...

how to make svn diff show only non-whitespace line changes between two revisions

I can get diffs between two revisions using something like svn diff -r 100:200 > file.diff But the problem is that there are many lines that show up due to change in whitespace. Is there a way to only write those lines that actually change in a significant way and not just in whitespace? ...

How do you get the current user logged in to an apache realm?

I'm writing a simple in-house frontend to Subversion. We've got an Apache setup serving up the SVN repositories thanks to WebDAV. Also, authentication is done through an Apache realm and Open Directory. For what it's worth, this is basically a pretty vanilla Mac OS X Server 10.6 setup. Now, some of the tasks our front end is responsible...

subversion: batching up create-directory changes into a single commit

I want to do svn mkdir http://svn.mydomain.com/.../projectX/trunk svn mkdir http://svn.mydomain.com/.../projectX/branches svn mkdir http://svn.mydomain.com/.../projectX/tags svn propset someprop someval http://svn.mydomain.com/.../projectX svn propset anotherprop anotherval http://svn.mydomain.com/.../projectX in a single commit. Is ...

Tracking Versions, Builds, Revisions, with TortiseSVN

I am the sole developer on a project and have been using tortoiseSVN for quite a while. Now Id like to start getting version information working correctly in the project I.E. show Major Version, Minor Version, Update, Build/Revision in the log files and in Help > About etc... I cant seem to find the best fit. svn keywords Revision seem...

SVN operation time on Vista/Windows 7/2008 RC2

Hi guys, i have a problem. When i commit or update my project using Tortoise or AnkhSVN on operating systems mentioned in title, i have to wait very long time for operation to finish. While using Windows XP this problem doesn't occurs (of course i am using the same svn server :). Do you know, what may cause this problem ? ps. sorry for...

SlikSVN + Windows 2008 Server

Hello Eveyone Installed SlikSvn on Window 2008 server Created Repository at c:\dia\svn\repos running this windows service as: sc create svn binpath= "\"c:\program files\sliksvn\bin\svnserve.exe\" --service -r c:\dia\svn\repos" displayname= "Subversion Server" depend= Tcpip start= auto This works fine. running svnserve as -d --list...

Easiest way to collect revision history since last merge in Subversion

I usually commit multiple changes to my branch and merge to trunk occasionally. I'd like to keep all my commit messages in the latest revision note of the final trunk merge. I don't want to memorize revision numbers or anything I simply want "all commit messages to the branch since the last merge to trunk" collected together in an editab...

Can't rename project TortoiseSVN & Subversion

Trying to rename a project under the control of TortiseSVN/Subversion. Running svn on the server where SVN is installed. svn rename svn://192.168.0.1/MyProject svn://192.168.0.1/Installer Gives svn: No repository found in 'svn://192.168.0.1' yet svn ls svn://192.168.0.1/MyProject Lists the file/directories in the project as...

How to checout from IP? SVN

Hi, I'm trying to checkout from an IP but I'm getting: svn checkout http://[email protected]/home/usr/svn/project svn: OPTIONS of 'htp://[email protected]/home/usr/svn/project': 200 OK Im not sure why Im getting OPTIONS, I want to check out! Thanks! ...

hooking into SVN in a asp.net web application

How hard is it to create a repository via c#? What about viewing a source code file, or a diff, in a web app? Is there an api I need to hook into or is it all custom code I have to write? ...

Subversion + Some other VCS (Git, Hg, etc) in the same working copy

Here's the deal: I just started a new job, and source control here is basically useless. All of the devs (about 10 guys) test their code in the same dev site, and there's no way to test a change other than commiting the change to SVN, and then it automatically gets updated in the dev site. (Let's not even start talking about the headache...

Tortoise SVN Version 1.7.7.17493 - show log not working

Hello With subversion when i commit (with log message) all works well and when try 'show log' throws a windows saying want to go offine ? where as i can browse repository. any help please. thanks ...

Find checked out files and users in SVN

How to find the list of user checked out and what are all the files are checked out on SVN as like VSS "Status Search". I'm using Visual studio 2008 and it was integrated with SVN by AnkhSvn. ...

SSIS version controlling + subversion.

Hello all I got a situation where need to maintain version controlling on SSIS packages. Subversion is in place for other .net apps. Now want to move ssis packages to subversion. got ssis solutions as below: ProjectA solution dtsx1 dtsx2 dtsx3 ProjectB solution dtsx1 dtsx2 dtsx3 what are the best practices to do this. How c...

Issues in merging branches

We have two branches. One is a Release Branch (RB) taken from the trunk. The other is a Feature Branch (FB) taken from RB. We now would like to merge FB back to RB. Ultimately, RB will be merged back to trunk. I tried to do this with a re-integrate merge, but got the following error: svn: Cannot reintegrate from 'url://feature-bran...