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!
...
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...
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-...
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).
...
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...
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...
/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 ?
...
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...
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.
...
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.
...
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...
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,...
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?
...
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...
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.
...
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...
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...
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 ...
I'm having trouble logging into the dev server, any advice?
...
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.
...