svn

Add Subversion Repo

I'm trying to connect to our existing subversion repository. It is set up like so repos (folder) Project1 (folder) conf dav db format hooks locks README.txt Project2 (folder) conf dav db format hooks locks README.txt etc. There are about 40 projects I'm trying to add to eclipse using Subclipse. Bu...

Subversion (Svn) Propfind 405 error

I am brand new to subversion and have been told that this is the best thing since sliced bread. I have tried google and I am just drawing blanks on what is wrong and have tried multiple different suggestions. I get the following error The Location information has been specified incorrectly. svn: Propfind of '/svn': 405 Method not all...

Subclipse CollabNet is displaying a mystery icon decorator

The scenario: I'm merging a series of cherry-picked revisions from an SVN branch into trunk. I'm using the Subclipse CollabNet client to do the merge. Everything works great, except that in addition to the files I picked to merge, my working directory shows a series of changes that SVN thinks have changed but that I haven't chosen to mer...

Problems with Trac post commit script (SyntaxError: invalid syntax)

Hi I've setup a post commit script found at http://trac.edgewall.org/browser/trunk/contrib/trac-post-commit-hook to associate changesets with tickets When I try to commit, I get the following error 'post-commit' hook failed with error output: File "/var/www/svn/repo/hooks/trac-post-commit-hook", line 101 (options, args) = par...

svn revision size in bytes

Is there a way to tell how big a SVN revision is? I don't mean in a hook, but after the fact (e.g. with svnlook?). I need the (rough) size in bytes, including any binary files that may have been added/changed. ...

Limit size of Subversion repository

Hi I'd like to limit the size of my repository by specifying a maximum size, however I cannot find any information on doing so. Is this technically possible? edit: sorry if I wasn't clear. I want to keep a functional repository where I can keep committing patches, however the oldest revisions of documents that have at least one newer ...

Can't resolve tree conflict with SVN

Hi, I recently encountered a very weird behavior of subversion. I just merged my local copy of a branch with a remote branch. Everything went smooth, but I've got 1 tree conflict (local delete, remote update). Okay, thought I, modified the working copy appropriately and ran "svn resolve --accept=working -R .". Subversion told that...

Can anyone explain this SVN log output?

Something I don't understand about how SVN displays log output. Suppose I have a project at revision 10. I then alter a subfile in the project, which is now at revision 11. The svn log command now shows me the following: svn log -vv r10 ... ------ r9 ... ------ r8 ... Howeve...

Which is a better source control with NetBeans (Ruby on Rails), VSS or Subversion?

Which is better source control with NetBeans (Ruby on Rails), VSS or subversion? I want to use source control, so I want to know which is better for NetBeans (RoR). Visual Source safe or Subversion? ...

Which files have to be in SVN repository for other people to be able to compile?

I've created a Codeplex site for an app I'm building and right now I just right click the entire solution folder Visual C# Express created for me, and used that. Now in my repo I have a lot files that I'm assuming will enable the user to compile my application on their end. I heard I shouldn't upload the /obj folder and some other thin...

Svn get current user

How to get current user that is using svn on particular workstation? can I use svn.exe executable with some switch to get that info. Thanks. ...

How do I merge 2 SVN respositories that contains the same project?

I have 2 repositories of the same project, 1 on a local network, the other on a production server. Right now I'd like to sync my local server's working copy to that of the production server. How can I do it? (Using SVN btw) Thanks! ...

Subversion "Authorization failed" when creating repository

I have previously had a repository on my computer for local use and removed it. Now I am trying to set another one up. But keep getting "Authorization failed" even when entering a correct password, when I enter a wrong password it tells me so. This is exactly how I set it up the first time but now every time it fails. What am I doing wr...

Does Subversion Support "Extensions"?

Does anyone know if Subversion supports extensions? A good example of what I mean would be Apache modules. Any development resources? ...

How do you configure CC.NET to pull svn:externals which use different credentials?

I have a repository that has an svn:externals property that points to a different repository with different credentials. When cruise control runs, it is not able to connect to the external repository. I understand why this is happening. CC.NET doesn't pull externals when it updates the repository. Instead, it updates the repository an...

TortoiseSVN command line diff

The command I'm using is: TortoiseProc /command:diff /path:myfile.txt It will open up the diff TortoiseSVN window, but it will only compare the working copy with the HEAD copy. What I want is to compare the working copy with the latest version in the Repo that is different. Basically, the same as running the right-click->TortoiseSVN-...

What should be committed to the repository in the eclipse workspace?

I have a eclipse installed to work with BIRT reports. What files in the workspace should be committed to the repository and what files should not? ...

Using Tortoise SVN, how can I download the latest version of the source code of my CodePlex application?

I'm trying to figure out how to download the latest source code. Here's what I've done. On my desktop machine, I created my CodePlex app account, installed Tortoise SVN and successfully uploaded my code to the site. The source code now shows on the CodePlex site. On my laptop, I installed Tortoise SVN. I then created a blank folder an...

Using SVN am I obligated to create a new folder and do the checkout without exception?

Refer to my previous question for context: Link Consider this situation: I upload the source code for my app for the very first time from my Desktop. On my laptop machine, I create a blank folder and do the Checkout. Two days pass and while working on my Desktop I decide to scrap the entire project. I delete everything in the Repo by ...

svn: forget about deleted files

I did the following in an svn working copy I had: sheep@sheepbox# gvim Dual_On_Off_Model.h sheep@sheepbox# gvim Dual_On_Off_Model.cpp (... made the files, saved them ...) sheep@sheepbox# svn add Dual_On_Off_Model.* sheep@sheepbox# svn st M Multiple_On_Off_Model.h A Dual_On_Off_Model.h A Dual_On_Off_Model.cpp sheep@sheepbox# rm ...