svn

SVN update authentication request on some directories

Hi, When I issue svn update command on directories with the same user and group permissions, sometimes I get password prompt and sometimes I don't. How can I go about debugging this? What triggers such authentication on what seems to me directories with same permissions? thanks! ...

SVN Tag/Branch Updates

Hi, I have an SVN server setup at home which is currently being used by 3 people including me. I have a few branches and tags from/of the trunk. All users have checked out the complete repository, that includes the trunk, branch, tags. Now when a new tag is made of a stable release, all users update their tags. This is where the issue t...

maven release:prepare fails; seems to be confused about svn's UUID

When I try to use the Maven release plugin, it fails on mvn release:prepare with the following error: [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Unable to tag SCM Provider message: The svn tag command failed. Command output: svn: Repository UUID '3da89ab5-aa79-4544-a1de-...

What to do with PVCS Version Manager 7.5

Hi all. At work we use PVCS Version Manager 7.5 on a project. The project mainly uses PL/SQL and Java. Now I have never liked the way PCVS VM handles stuff. Especially when I would like to re-organize the layout of some of our projects. Subversion would handle this much more elegant (hiding files you have deleted in earlier revisions). ...

How to get local snapshots of the CVS repository

I need to set up some kind of read-only CVS repository mirror. The aim is to get snapshots of the project by schedule and store it on a windows box. Could you suggest best way to do it? I don't actually have to use CVS on local. Our team works with Subversion. And if it possible to check out from CVS to SVN it would be even better. Beca...

Repository info (SVN) integration with Excel

Hello, i'm new to this kind of things. Kinda the first post ever regarding programming, since till now i managed to google everything that i needed. Thanks for your patience:) . About my problem/goal: On our project we will have to have some kind of documentation management control. We will have around 160 .docx files (all files are al...

private folder in github

/source/application/controller ( visible ) /source/application/models ( visible ) /source/application/views ( visible ) /source/framework ( not visible ) can we somehow do like this at github or in any git sites ? svn ? or maybe other SCM ? ...

sliksvn first commit slow second fast

Ive created a program that needs to commit to repositories. I'm using slikSvn. It seems that the very first commit I make is very slow (20 sec) but every other commit is much faster more like 1 sec. Is there some kind of connection to slikSvn I can make when I first load my program to avoid this 20 sec commit? Please let me know what ad...

All commit are generating two builds

I'm using Hudson integrated with my SVN repository. But I don't know why with some reason every commit is generating two commit? Maybe some misconfiguration of clock, server, SVN server? Some ideas? As @sbi asks the trigger is every commit in my svn server and thanks @William Leara I'll try update everything. ...

SVN remove/delete all externals recursively

Is there a way using SVN CMD line or tortoise to remove/delete all externals recursively? We need to start over we have many externals that were set incorrectly. ...

Subversion failing on post-commit hook?

I'm trying to make subversion automatically deploy the current working copy upon commit. eg, if someone checks out the 'public_html' repo and then commits a change, I need SVN to automatically run 'svn update /path/to/public_html/' on the server running svn. I've set up a post-commit hook that calls: /usr/bin/svn update /path/to/publi...

python, svn, deploy applications with shared code

I have a few related applications that I want to deploy to different computers. They each share a large body of common code, and have some things unique to them. For example, I have a server and a client which use a lot of common classes to communicate to each other. I have yet more servers and clients which use some of the same classes,...

XCode SVN lock - unlock

i am developing iphone projects on xcode. In SCM i am using svn but it is not possible to lock a file that on the svn to prevent other team member check out the file again (it copies the hole project to work offline). Is there any extension for xcode to solve that problem? ...

Delete changeset or just fix it on next commit ?

Hello everybody I am newbie to develop open source project but i develop one on codeplex.com. I commit some wrong changesets to codeplex.com and i can not delete them but i know that i can delete entire project. I just want to ask that for a good open source project, do i have to faced to delete project headaches or just fix it in nex...

how to work with Subversion

Hi I have downloaded Collabnet Subversion for Windows and Tortoise Svn. I have created a repository with Tortoise Svn. But When try to open Repo Browser and give path as svn:/// ..it doesnt point to my repository. I have followed the steps indicated on this website. Any other useful tutorials to view at ?? Thanks in advance. ...

How to svn-copy a file over an existing one?

I have two svn controlled files A and B, where A only contains a few lines and B is huge and has a long history. Now I want to replace the content of file A with the content of file B. But I want to keep the history of (the content of) file B. What I would like to do is: svn copy B A But svn tells me that A isn't a directory, so this...

How to get svn revision number using exec() and command in PHP?

Hello, I need svn revision number from PHP script. I have used the following commands with exec(). But it does not return any thing. $value = exec("usr/bin/svn --username myusername--password mypassword info /home/mysite/mysite_www/mysite |grep Revision: |cut -c11-", $output, $status); or $value = exec("svn info |grep Revision: |cu...

subversion hook template for access control on windows

I set up a subversion server with bitnami stack for subversion on windows XP operating system. It was for local network and i would like to control steal lock and break lock abilities in accessing the repo. I changed pre-lock.tmpl and pre-unlock.tmpl to executable but it still is not working yet. It worked well when i tested it on linux ...

Updating a dev server remotely using ssh/svn

I'm having trouble logging into the dev server, any advice? ...

Hudson doesn't checkout using symlinks when using SVN (Subversion)

The problem is that when Hudson checks out the files, it doesn't use symlinks. I've tried the svn13 and svn14 plug ins, but neither worked. ...