svn

How do I restore a repo when I only have the source folder?

Hi, There was an accident and I lost my SVN repo directory, though my source folder and all the .svn folders within it are fine. How would I restore the repo using the source folder? I ran $ svnadmin create /path/to/repo - now what? Thanks ...

Subversion Repository Architecture for Separate Dev/Test/Prod Environments

Hi everyone, I've been tasked to build up a subversion system for dev/test/prod environments, and was wondering if anyone has any experience with a similar environment or suggestions. We build and configure a number of systems that are a combination of scripts and complex configuration files for 3rd party products. Due to this, it is im...

What are VSSVER.SCC files, and can I delete them?

I've inherited a ASP.Net 2.0 (File System) Web Project from a client, where a few different companies have worked on this project in recent years. The project has been handed from one company to the next, before finally ending up with me. So now, as you can imagine, the code base and file and folder structure has become pretty messy and...

Why is my Subversion (SVN) Repositories error.log 16 GB?

Hi For some reason I have a file error.log which is 16GB In my Repositories folder on my SVN Server. It is normal? Why is it so big? Can I delete it? ...

Is there an easy way to allow browsing of repositories served by svnserve?

If a repository (or collection of repositories) is served by Apache, so that the HTTP scheme is used, then an ordinary web browser may be used to view the directories and files. In addition, there are offerings such as ViewVC available to facilitate enhanced browsing. So, for example, http://svn.apache.org/repos/asf/subversion/trunk/ m...

How to create a Maven Artifact, from lonely *.jar files?

Hey, I'm using Eclipse to manage my SVN repository, and I have a few projects that depend on the same Jar files, I would like to create a maven artifact of these Jars (if possible using Eclipse) and commit that artifact into my SVN repository for further use. How can I achieve that? Thanks, Adam. ...

Cross-platform svn management (Makefiles & Visual Studio)

I'm working on a little game called freegemas, it's an open source version of the classic Bejeweled written in C++ and using gosu as the graphic API. I've been developing it under Ubuntu Linux as usual, but the other day I wanted to give it a try and I compiled it on Windows using Visual Studio 2005 (which I had never used before). The p...

Eclipse & NetBeans and using SVN & Maven

Hey, I have an issue, I've created a Maved project with Eclipse, and committed into a SVN repository. from here I tried two approaches: Import the project into NetBeans from the folder of Eclipse workspace. Check the project out of the repository into NetBeans. in both cases, once I clean and build the project, NetBeans deletes the ...

Tortoise - is it possible to ignore new folder before committing it?

Hi all I just added a class library project to my .NET solution. When I built it, it created the bin and obj folders, which I want to exclude from version control. However, Tortoise won't let me ignore the folders before the first commit. (I think it says 'Cannot add to ignore list' or something similar). I have to check the whole lot ...

Cornerstone VS Versions (Mac SVN clients) capitalization bug on cornerstone

I have recently been experiencing a bug with cornerstone where the client will change the capitalization of some of my files and then not recognize the re-capitalized files as versioned. This can be very annoying and sometimes causes me to miss committing important changes. I was wondering if anyone was familiar with versions and could...

Team provisioning profile alternatives?

I've got an iPhone app that uses push notifications, which means that I can't use a wildcard in the bundle identifier of my provisioning profile. This means that I can't use a team provisioning profile, which makes things difficult when several developers are committing code to Subversion. When I commit my code, I also commit my individ...

How to solve conflicts in Eclipse Subclipse

Using Subclipse and SVN 1.6 When you synchronize views with the repository, you get the conflicting files and you can edit them by hand. But sometimes, you accidentally update, getting lots of versions of your file. Example: File.source File.source.mine File.source.r5875 File.source.r6150 I would like to understand what's the logic b...

Merging between SVN branches

I've been working on a feature in an SVN branch for a while. Periodically, I merged changes from trunk into my private branch so I could get everyone else's changes using the procedure described here. That seemed to work fine. Now I'm ready to merge my changes into trunk. I'm trying to do this by merging the range of revisions starting ...

Why do I get derived folders after maven check out in Eclipse.

Every time I check out my project from svn in eclipse and then enable maven dependency management I get some derived folders which happen to be some of the source folders. This kind of folder prevents me from making any modification on the files inside the folders. The derived folders seem to be those that have individual pom.xml file in...

How to add retina images to svn.

Hi all I need to help for you. I made images for retina display like "**@2x.png". but it can not add to svn like this. ******-no-iMac-2:baz shunter$ svn add retina_images/[email protected] svn: warning: 'retina_images/foo' not found I know how to add resource each like this. ******-no-iMac-2:baz shunter$ svn add retina_images/[email protected]@ ...

Copy assembly dependencies from lib folder that uses SVN

Hi All, I have been investigating the best way to store our solutions in SVN and came up with a structure of: Libraries EntLib DLLs Global DLLs SubSonic DLLs Source sln Project 1 Project 2 Libraries uses svn:externals to pull down the correct version of the assemblies. My issue is...

Subversion/Apache/LDAP 401 Authorization Required when using LOCK

Hi, We've set up Subversion to sit behind Apache on a Windows machine and using LDAP. The repository can be browsed, and check ins and check outs seem to work fine. The problem is, our UML tool requires the use of LOCK and we receive 401 errors when attempting to LOCK. We've tried from the command line, Tortoise SVN and the UML tool an...

Samba, Apache and SVN. Getting the permissions right.

I have two machines I work on: Windows Client (Development Machine) Linux Web Server (Ubuntu) On the Linux server I have installed Apache, Samba and SVN. I've created a samba share that maps to the htdocs/ directory so that I can access the web files from Windows. The following illustrates my workflow: From command line on Linux ...

SvnLook with unicode Ouptut

Hi ! On Windows Vista, with Subversion 1.6.12 setup throught VisualSvn Server 2.1.3, I have the following output Commentaires AccentuÚs. Instead of Commentaires Accentués. with the command (in a dos or powershell console in admin mode) svnlook log "D:\MyRepo" I've tried with other subversion binaries distribution (silksvn) and...

Remove SVN external reference on repository

Hi there, As part of my deployment scripts I do an svn copy from the trunk to the tags directory, which is in turn exported to our server. In a current project thats in development i'll be using svn externals to reference some files from another project. Upon deployment i'd like to remove that reference and save a local copy with the ...