svn

SVNserve giving Error 1053 The service did not respond to the start or control request

I have installed SlikSVN and I'm trying to set up svnserve. SlikSvn is installed in C:\Program Files\SlikSvn and C:\Program Files\SlikSvn\bin is in the path. the registry entry for the service is currently svnserve.exe --service -r "C:\SVNReposities" DisplayName= "Subversion" depend= Tcpip start= auto however when I try and start the...

NetBeans Build Files Are Never Correct

My current team has standardized on NetBeans for all of our Java development, and we use the NetBeans-generated ANT files as our official build process. But the files are always wrong. Various members of the team are using different versions of NetBeans, and evidently, they all generate slightly different "build-impl.xml" files. So, up...

svnadmin not recognized

I'm attempting to do a repo dump from cli. I have both tortoisesvn (gui) and the CollabNet SVN CLI installed (why? because I'm stupid). Anyway, when I do the svnadmin dump command, it says svnadmin isn't a recognized command. What would be the cause of this? The svn repo is hosted with unfuddle if that makes any difference. I'm still p...

how do I get MSTest to run as Administrator, when called from a console app?

This console app code calls MSTest and starts to run the unit test but fails with "Access Denied" to some assemblies required for unit testing (see errors below code). Any way to smoothly make MSTest to run as Admin from here? I tried a manifest, didn't change anything, since the manifest refers to the calling app, not to mstest, right...

Subversion: Retroactive Merging?

I'm maintaining a project that was not initially using a version control system. Instead, there would be periodic snapshots of the code base saved into a backup folder, and there would occasionally be a makeshift branch created. When I got a hold of the project, I created a Subversion repository for it, committed each snapshot to the rep...

svn:ignore generated subfolders

I'm always having troubles with svn:ignore, but this time I think I may be attempting something impossible. assuming dir structure: / /foo /bar /web /uploads /assets /avatars /fu /*.jpg /ba /*.jpg keepme.jpg ke...

"Too old to work with working copy" error with SVN in Mac OS X

I've had this before and followed these instructions http://www.redfinsolutions.com/redfin-blog/update-subversion-mac-os-x. However today I am trying to do a 'status' and then 'commit', however I'm now getting the same error of: svn: This client is too old to work with working copy '.'; please get a newer Subversion client Which is ob...

How to manage project tasks in SVN and developer resources?

Hi, I have a task assigned to me but I am not a project manager. Doh. So here is the problem. Imagine that you have 100 tasks which should be done in 1 year. So we want to do 5 or six releases during this year. Our team is small, about 10 people. Now we go trough all the tasks and mark 15 of them for example to be released in 2 months. B...

retrieval of mergeinfo unsupported error

I am running SVN 1.6.12 on an old Linux box. I am getting a 'retrieval of mergeinfo unsupported' error when trying to do a reintegrate merge. I connect to the server using SVN+SSH: ssh USER@HOST svnserve --version svnserve, version 1.6.12 (r955767) compiled Sep 15 2010, 10:01:35 Copyright (C) 2000-2009 CollabNet. Subversion is open...

Is there anything wrong with this svn repo structure?

I'm most familiar (and comfortable) with the 'standard' svn layout +---trunk | +---file1 | +---file2 | \---... +---tags | +---0.0.1 | +---0.1.0 | \---1.0.0 \---branches +---developer1 | +---file1 | +---file2 | \---... +---developer2 \---developer3 My coworkers have a different background in ve...

Is it possible to use SVN and CVS simultaneously with Eclipse

I've been using Tourtist-SVN locally on a project for version control of my code. I develop with Eclipse and will often import shared code using it's built in CVS module. Soon I will be be moving my local SVN repository to another server in order to work with other developers. I'm wondering if it's possible in Eclipse to continue ...

Use git as live mirror

Hi, I have local machine (A), testing server (B) and repository server (C). I have following workflow: Code something on A Mirror changes to test machine B If it works well commit from B to C For now, I use rsync for mirroring, but since repository grows it takes some time (~10 sec) to get file list from B. I want to use Git instea...

Is there how I could revert to the code that last built/tested successfully?

Developing in NetBeans with Maven I often keep reverting back to local history and svn code as things no longer work (TDD?). Other than committing to a 'testing new idea X' branch after each successful build/test is there how I could configure Maven to do that at each build automatically? Is anyone else running into the same issue, and ...

Experiences with the various ways of running svnserve on Windows

Is there anyone out there that can share experiences with the various flavours of running svnserve on Windows. I'm using it mainly for a small hobby project that I share with friends, so it will run on my desktop. Using the Collabnet Subversion Edge seems a bit heavy weight. Any drawbacks in just run 'svnserve'? I recently found VisualS...

Is svnmerge really there to help me?

This post might be a bit long, but if you think you can help, please read it because it would in literal terms be a lifesaver. Here's the scenario. I am working on a project [for KDE], whose trunk is hosted at, lets say: http://ubersvn.org/home/uber/trunk/myapp. Also, I'm working on a branch, lets say: http://ubersvn.org/home/uber/branc...

Always fail to apply SVN patch on remote Linux machine

My typical work process is like: Check out the codes from trunk on to my windows work machine Do some fixes (but no commit the SVN) and create a patch of these modifications using Tortoise SVN's "Create Patch". SSH log into a remote Linux server, and upload the patch. The linux server also has the trunk HEAD checked out. Apply the patc...

Looking for a PHP solution to "export" svn directory in a server that does not have SVN installed

Hey Guys, I guess this question was asked in one way or another, but I'm looking for a more specific way of doing it, and I haven't found a clean solution to do so. Anyway, I have a hosted SVN solution (using beanstalkapp.com), I'm using it to version changes in my main site. The server the site is hosted on, does not have SVN installe...

list directory entries in the svn repository ?

how i can write bash to List directory entries in the svn repository (i want to write bach file because i have a large number of repository) ,.,,please HELP ME ...

SVN 'path not found' error

SVN is acting really strangely ... I'm just trying to add a file ... and am curiously getting the following error. '/fin/trunk/Proj.Web/Areas/App1' path not found I'm using tortoiseSVN and all I did was tried to add a new file to the repository. What am I doing wrong? ...

The best way to update site from SVN server without SVN client on live site

Hi there, We have SVN server on out intranet (192.168.x.x) for me and my fellow developer to develop our site (202.6.x.x). My problem is, my live server doesn't have svn command installed. This live server can't access SVN server as it don't have public IP. What is the best way to deploy our site? ...