I've tried psvn.el, but the command to diff the file you're currently looking at is just hideous: M-x svn-file-show-svn-diff. I tried installing vc-svn.el, but couldn't get that working on my version of Emacs: GNU Emacs 21.3.1 (i386-mingw-nt5.1.2600) of 2004-03-10 on NYAUMO. I've tried putting a copy of vc-snv.el in my site-lisp dir, but...
I usually put MAMP MySQL /db/db-site-name folder under SVN.
When MAMP starts, it gives the drw------- (600) permission to all the files and dir in that folder. I have a problem because one of these folder is .svn one, that have to be drwxr-xr-x (755), otherwise I can't access to SVN working copy with my client.
Can anyone help me to set...
A little background first:
I'm a designer/developer and decided to use subversion for a personal project. I'm the only one working on this project. I've setup a Beanstalk account and installed Versions on Mac. Locally I have MySQL and PHP running through MAMP.
First thing I did in Versions is click the 'checkout' button. I selected my ...
We are a small team of 8. 3 are from other country and they are using the Source controller as TFS and TFS server is also located there and they have only 4 licence. So we (5 developers) are using SVN source controller as local source controller and for every 3 days we are taking the TFS latest and merging the changes from and to SVN & T...
Just one file, not the entire directory. Thanks.
...
TortoiseSVN has a nice VBA script that allows to merge Microsoft Word documents using Word builtin change tracking functionality. This way, when I merge changes from a branch into the trunk I can resolve the conflicts in Word documents.
However, the feature is not as useful as it could because it doesn't track revision changes; it just ...
Recently, I checked out a copy of a project, There were multiple source files and a manual makefile based build system.
I did this
svn status
No output // meaning . is a working copy
make
// created a lot of *.o files
svn status
No change
How come this is possible? This clearly suggests there be some wildcard way to customize
the ...
Working with an standard configuration of the server, without any lock, my files are read-only after every check out or update to the working copy. I have to set them to be not read-only to continue working, but besides this shouldn't be happening, it's uncomfortable.
Anybody knows how to avoid this behavior?
EDIT
Answers to comments...
Hi,
I am using subclipse to commit changes to SVN. Some files work, e.g. build.properties (I am developing a J2EE application) but most local changes are overwritten to match the version in the repository when I synchronize, and it says "no structural differences"?
Thanks,
Jon
...
My boss is interested in using MKS Integrity for bug tracking, feature requests, Wiki documentation and so on. However, we currently use Subversion, and he doesn't want to force us devs to use a version control system that we don't like.
Is is possible to integrate a different version control program into MKS Integrity? I'm particularly...
I didn't remember the name of this program. But i can remember how it works.
Program is working on tray. When we double click on it it is showing its main window. :)
I could add some criterias to make automatic commit(and maybe update).
For ex: if a file changes or if files to be deleted, you can commit.
The best part of this progra...
I'm looking for an efficient way to get the list of unique commit authors for an SVN repository as a whole, or for a given resource path. I haven't been able to find an SVN command specifically for this (and don't expect one) but I'm hoping there may be a better way that what I've tried so far in Terminal (on OS X):
svn log --quiet | gr...
I'm trying to set up Subversion on Ubuntu Linux. It seems to be working, except that when I made one change and tried svn status, I found about 100 files had been changed, in the .metadata directory.
My ~/.subversion/config file currently contains the following line:
global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc...
I am writing my code in my virtual machine and always committing the folder that contains published web site to the free svn server. There is also another remote machine which is test server. I would like to make auto update in the remote machine. Is there any program can make auto update in every 30 seconds?
SVN Programs and their link...
I'm working on a team with lots of people who are pretty unfamiliar with the concepts of version control systems, and are just kind of doing whatever seems to work, by trial and error. Someone created a "branch" from the trunk that is not ancestrally related to the trunk. My guess is it went something like this:
They created a folder i...
Hey guys, I am web developer who currently works mostly on his own but, some projects require outside coding help (my brother.) Anyway, after running in to the problem of "working on the same files" and "saving over each others edits" I decided to research ways to avoid this.
Through the help of stackoverflow I decided on subversion. ...
Hi folks:
How do I search a specific tag with TortoiseSVN?
Thanks.
...
Hi there.
I configured long time ago a backup script for one of my svn repository. Such a noob i was, i didn't used 'svnadmin dump' but just made an archive of my repository folder.
I don't have access to the old server anymore thus the only thing i have a archives of the old repository folder.
is there a way to import those archive in...
Hi,
I have a project hosted on unfuddle that I would like to sync to a subdomain on one of my hosts.
Does anyone know how to sync the server with the repo on unfuddle? Can this be done with php?
I just looking for a point in the right direction. What should I be investigating to do this? Has anyone had any experience with any scripts...
svn: This client is too old to work with working copy 'D:\CemT\PublishFolder'
lease get a newer Subversion client?
Because i only can find subversion server systems not its command line client tools.
:(
...