I want AnkhSVN to remember my SVN + SSH password. Until now I have to type it multiple times per operation. A previous topic discussed 2 solutions
1) Replace the default ssh client by renaming plinkw.exe to ssh.exe and moving it to one of the folders AnkhSVN searches for SSH client.
2) Replace the default ssh client in the configuratio...
Ok, I have read the other threads I could find on this subject, but still I think I want to beat this particular dead horse a bit.
The situation I am in is this. I currently use Perforce locally on my computer at home and on my computer at work and I am very happy with it. But I want to share the SCM Love with my co-workers and we are ...
Unless I do the following in the authz file:
[/some/path/to/trunk]
* = r
No user added for that trunk can do a diff or read the log. I don't want anyone but team members to be able to read from a directory, but unless I add anonymous read access I get an error from TortoiseSVN. Is there a way I can tell the client itself to use the au...
How can a versioned item be "missing or incomplete" but also "modified"? This is a status on the "root" of a checked out repo:
!M .
Trying to figure out how it could be modified and missing (there was no modified properties on the directory or anything). How would I fix this status? Thanks!
...
would you move files from DEV to Prod or QA to Prod? How do you use svn export in your environment? Any handy scripts that you can share?
I looked at other threads but they do not have enough information.
I want to know the best practice to push app/db updates to production environment from QA or DEV or Staging. This is a LaMP environm...
Note: I originally asked this question on serverfault.com but only got one response so far, and the more I think about it, the more I realise it is probably better on stackoverflow.
I have multiple subversion repositories which are served up through Apache 2.2 and WebDAV. They are all located in a central place, and I used this debian-a...
I've created some time ago a repository with many files in it but without any structure like folder 'root' and folder 'tags' and so on. Now I would like to create folder 'root' and put my current work in there, and than create a branch called tagv23 in folder 'tags'. I've created in TortoiseSVN in repo-browser folders root and tags. How...
I've created a "root" folder inside my repo and moved there all my project files and folders. Now I would like to "switch" my local copy so that it will communicate with this folder and not whole repository. How to do this?
Now when I do Update I get not only my old files but it creates folder 'root' on my local copy and moves there who...
Is there any simple way how to copy directory from one repository into another one with copying all of the history?
...
Currently, my team has a set of files that should not be under version control, but they are. I would like to remove them from our subversion repository, and allow everyone to keep their local versions. What is the best way to accomplish this?
Deleting the files removes them from the repository, as well as everyone's local file system...
I'm just getting into Subversion for personal projects and am interested in knowing what tools you use that integrate with Subversion on the Windows platform. Things like visualisation, backup, IDE integration, issue tracking integration etc.
Anything that extends the basic functionality of Subversion really to make it more powerful.
...
First here's some context on what I want to achieve.
I'm writing a small Django application for basic project management, something like a simplified Google Code and I want tight SVN integration, which means that I want to be able to manage user access rights. I also want my application to create the repository when a project is created...
Ok so we all know the standard SVN set-up of
trunk\
branches\
tags\
And I realize that the recommendation is that tags should have "special" commits in it. I've never really used the tags directory however and I don't see why I ever would.
My understanding is that tags\ would contain things like "Version1Release\, Version2Release\, ...
I have used netbeans before with svn, and I liked how it showed me what I had changed since last commit, using the coloring in the left margin.
Can Elipse do the same?
I have installed svnclipse....
...
In CVS I could do the following
cvs -n update
And it would should me what would happen if I ran an update but without changing anything. I mainly use this to check if I am going to get a lot of conflicts.
In svn I would like to do the same but with the switch command
ie:
svn -n switch url1 url2
My understanding is that there is a...
When I create a new project from SVN the wizard pops up and instructs me to either "Create a new repository location" or "Use existing repository location". I want to remove most of the existing repositories or at least modify them but I don't see any options in Eclipse to edit or delete them.
...
Does anyone know how to tell if a file is currently locked by another user in svn using the Zend Studio IDE?
Cheers.
...
hi, Can anyone tell me the command for updating a file in the svn repository. Already the file is imported,I just want to modify the changes.
The file is main.css and the filepath is /home/weblab/public_html/cake_1_2/app/webroot/css.
Can someone give me the exact command?
...
Our company use SVN for VCS, and we want this to be done:
pre-commit works, so we can saparete a big task into small tasks before commit.
we need review the code before commit.
One can make a version, and others can check it out. (without modify the publish repo.)
We can easily fork to another SVN server(for project management) and p...
I installed Subversion 1.5.x and then TortoiseSVN 1.6.x.
All was fine using the 1.5.x command line utility exclusively. After becoming comfortable with svn for awhile, I then used the TortoiseSVN client to make a commit, which worked, but the command line client now gives me a client too old, get a newer client error on all commands.
...