svn

Subversion "This client is too old to work with working copy" Help?

http://subversion.tigris.org/faq.html#working-copy-format-change Having the issue where I try to update in svn and it gives me "This client is too old to work with working copy" They've provided a .py script that is supposed to skip the unknown format. How do I use this python script so that I can go back to using svn as normal from wi...

Listing all SVN repositories

In subversion is there a command to list all the available repositories registered on a particular host? For eg., In clearcase, a "cleartool lsvob" would give me the listing of all the versioned databases in a given region. I have not been able to find anything akin to this in subversion. Thanks ...

Adding a single file to a Subversion repository but not other files along the path

The context is that I have an on off-the-shelf CMS which I want to make customizations to; so I want to keep the files I modify under version control, but I don't see the need to put the whole file tree under version control. My problem is that I need to add a file to be kept under version control which is located a few subdirectories ...

After merging a branch to trunk in subsvn, will you delete the branch?

I am wondering if i should delete the merged branch. ...

SVN + Active Directory

How do I setup SVN (On a linux box - Centos 5.2) to authenticate using Active Directory? Also: Any tips or tricks? What should I watch out for? How fine grain can I set the access? This group have access to these projects, etc? And how does this work if I use something like tortoissvn to access my repository? What I have learned ...

How to get entire svn commit message in window bat?

I need get the SVN commit message in post-commit hook bat in Windows, so I do this: FOR /F "tokens=*" %%a in ('"svnlook log %1 -r %2"') do @SET MSG=%%a I test it, it's ok for most case. but, when I input multiple lines in SVN commit message, the command can only get the last line of commit message, I think it's caused by the windows b...

How do I convert svn:external files to files that can be added?

Say I have a project that uses external dependencies which are imported from another repository using svn:externals. When creating a TAG, I don't want it to depend on an external repository. What is the easiest way to commit a TAG including the real code instead of a reference? ...

SVN ignore on repo export

Hello, We have some files (bash scripts) that we put on the project repo, but we want them to be ignored when we export the repo to deploy them. Is this possible? ...

How to use svnClientAdapter java API getLogMessages(java.io.File path, SVNRevision revisionStart, SVNRevision revisionEnd)

I just want to get all the log messages for a given resource in the repository. However, given this particular API, I get errors if I try to specify the start revision as SVNRevision.START and the end revision as SVNRevision.HEAD Interestingly enough, the cmd line client has the same problem: $ svn log --revision START:HEAD fileName ...

how to use 3rd party svn and my own svn on the same project?

I have a configuration question about SVN. I have downloaded some code from a 3rd-party SVN (e.g., sourceforge or google-code). If I make local changes to this code, how should I back up my changes to my own svn? I want to be able to pull down changes from the 3rd-party svn to diff with my own version. (I am using intelli-j, but can ...

apr-util configuration problem on AIX 52 and AIX 53 OS

I am trying to build apr-util subversion dependency library on AIX. Configure errors out saying "configure: error: C compiler cannot create executables. See `config.log' for more details." I am not sure what am i missing in configuration flags that the config.log ends up saying configure:3064: checking for C compiler default output fi...

Renaming directories in TortoiseSVN - conflicted state

I always have problems renaming a directory in TortoiseSVN. It seems to be taking the correct steps, marking the original directory and directory files for deletion and adding a new directory with the new name. I try to commit and get conflicted state and wound up checking out my whole project again. Is this a known bug? My workaroun...

Development and Production Workflow

I've seen pieces of this problem solved around the net, yet I'm still confused, so I thought I'd ask the smart folks at Stack Overflow about this. We're a small startup and at the moment our workflow from development -> production involves ftp-ing in and just uploading the dev code. The dev code IS under subversion control - although ...

Subversion resolving conflicts manually not telling me the username of conflicting change

<<<<<<< .mine echo 'yo you're tidy'; ======= echo 'spfkopsdkfo; >>>>>>> .r11 Ben committed the other change. Is it possible for it to automatically insert the username so that I knew it was ben that made revision 11? I'm aware I could explore the repository to find out it was ben that made the last commit. I'm also aware there is a c...

Tools and Methods

What tools and procedures would you recommend or use yourself to help streamline the following sceanario: (I know its a long one but any help is appreciated) I work in a team that have an ecommerce app that we develop at our company. Its a reasonably standard LAMP application that we have been developing on and off for about 3 years. We...

subversion within web development with centralised web server

I 'm basically confused as to how to export the latest files to my web server. I work with 3 other developers at work so subversion is a must really. We liked the idea that subversion allows multiple users to edit the same file. http://stackoverflow.com/questions/438348/pushing-from-subversion-to-web-server This guy says use svn expor...

XCode SCM - not all files are being tracked. Use Versions?

Hello, I am new to subversion. I've tried Versions application, and very soon got disappointed - it doesn't copy .xcodeproj file properly(project doesn't launch and says that some file is missing) and is really bothering when I want to modify my project/remove some files. And I couldn't find any decent guide on it. So I am trying out ...

Using Subversion in Xcode

It seems that all of the initial Google results for "using subversion with xcode" are actually just tutorials for installing and configuring svn and Xcode, as opposed to actually using the two (i.e. interacting with svn via Xcode's GUI). Is anyone aware of a good guide that teaches the tricks and pitfalls of working with svn via Xcode's...

SVN Serve, Missing a Directory

I'm sure this is an asinine question, and I blame myself for not fully understanding how the SVNSERVE process works. I have an SVN repo, but it needs to be moved to a server within a clients cloud. I did this a while back and ran into the issue of the SVNSERVE.exe process not getting set to the right directory. I have the SVNSERVE.exe...

AnkhSVN Exception error (branching solution)

I always get the error message below whenever I try to branch solution using AnkhSVN which is integrated in Visual Studio 2005: SharpSvn.SvnReposito​ryIOException: Repository moved permanently to 'http://'; please relocate at SharpSvn.SvnClientAr​gs.HandleResult(SvnC​lientContext client, SvnException error) at SharpSvn.SvnClien...