I want to commit a large amount of XML files which have been modified. However, within the directory that I want to recursively search through, there are many folders/files which have been added locally, these I do not want to commit.
Is there a way to do this on the command line?
Update: I should have included the SVN version info: sv...
How do I ignore all files within a folder under source control?
/project/published/ (folder I want to keep)
/project/published/some_file(s) (files/folders i don't want)
More Details: Currently when I go to commit changes for my project I see allot of files that I don't want to. They are files that get published to a folder and i don't...
I have checked in a huge Eclipse project from my desktop computer to the SVN server. I did it using the command line. However, by mistake I committed all the compiled classes also in the server.
For every plug-in, there is a directory /bin/ that contains the compiled classes.
Is there a way to quickly delete in the server all directo...
As being quite a newbie in linux, I have the follwing question.
I have list of files (this time resulting from svn status) and i want to create a script to loop them all and replace tabs with 4 spaces.
So I want from
....
D HTML/templates/t_bla.tpl
M HTML/templates/t_list_markt.tpl
M HTML/templates/t_vip.tpl
M HTML...
Something has gone wrong in subversion and now I am facing
svnadmin: Invalid diff stream: [tgt] insn 0 starts beyond the target view position
if I try to make dump from repository. We have another question about it here Subversion Repository Error, but the solutions there are not good enough for me because the corruption is 85 revisi...
I have a repository which contains some unversioned directories and files. The server running svn was recently changed and since the checkout was done using the url svn://OLD-IP, I relocated my svn working copy, this time to the url svn://NEW-DOMAIN-NAME.
Now since there are some unversioned resources, the switch did not happen properl...
I'm evaluating Microsoft Team Foundation Server for my customer, who currently uses Visual SourceSafe and nothing else. They have explicitly expressed a desire to implement a more rigid and process-driven environment as their application is in production and they have future releases to consider.
The particular areas I'm trying to cover...
I would like my python script to search through a directory in SVN, locate the files ending with a particular extension (eg. *.exe), and copy these files to a directory that has been created in my C drive. How can I do this? I'm new to Python so a detailed response and/or point in the right direction would be very much appreciated.
Fol...
Is there a way to recursively add all "non added" files to SVN?
I want to do something like:
svn add trunk/
to add all new files, without getting:
svn: warning: 'trunk' is already under version control
If this is not possible, is there a way to get a list of all files that are not under version control in the directory?
Note th...
I was hoping to automate some tasks related to SubVersion, so I got SharpSvn. Unfortunately I cant find much documentation for it.
I want to be able to view the changes after a user commits a new revision so I can parse the code for special comments that can then be uploaded into my ticket system.
Can anyone help or point me in the ri...
Given 2 file revisions I want to know how many lines were added/modified/deleted.
I want to have this information for the entire repository of thousand of files.
Please point me to a script or tool as I am a total svn newbie
I am working on windows
Sample output
File~NewRevision~OldRevision~Added~Modified~Deleted
file1.c~#11~#10~1~2~...
What is your favorite non obvious feature of svn?
...
I want to use svn command line with beyond compare and get the following output
Text Compare
Produced: 11/16/2008 11:45:34 AM
SourceFile,CompareFile,IOriginal,IAdded,IDeleted,IChanged,UOriginal,UAdded,UDeleted,UChanged
"E:\Downloads\eeli\eel\1.c","E:\Downloads\eeli\eel\2.c",967,192,501,270,368,113,205,89
What is the exact commandline?...
Hi all,
Ok, I'm getting my version control processes in order for my web team.
I know ideally each user would have a full working copy of their code on their local machine.
Unfortunately for a lot of our web apps they have additional server specific DB or other system integration requirements that cannot be replicated on a user's work...
Hi,
In our organization, we have the following problem. We want to have our web tree revision-controlled, but many of us want to be able to alter (and check in) any file of that tree. We would also like there to be only a single check-out for all this because the tree is rather huge. For parts of that tree, we are currently using RCS, w...
Hi. We have a client (who has a client, who has a client) who is driving us mad with change requests to a code base (in PHP). Our first response was to just work in a main trunk in SVN, but the client often comes back and requests that a certain change needs to get pushed to the live servers ASAP. On the other hand, other changes get red...
I'm trying to configure Apache to allow read only access and ask for user to write to a SVN repository when you are coming from the local network (10.*) but not allow any access unless logged in when coming from external network.
I sort of understand how the Order, Deny, Allow, and Limit directives work but I do not know if it is possib...
I've got a Subversion repository, and there are a number of users checking things in and out. However, I also need to frequently check in work for other people. I need to track the original author of the work.
I was considering creating a property in SVN, like "originalauthor", which could track this. In cases where it was empty, I c...
Hi
I'm looking for a place to host a project using subversion, something like codeplex.com but not for open-source projects (not ready to share the source right now). Subversion source control and an issue/bug tracker would be nice. It wouldn't hurt if I was able to host a single sql database as well (although that's a secondary require...
I'm having some doubts on how to set up my SVN stuff.
First my situation:
Programmer working alone on most stuff, outside access not needed (yet).
I want:
A speedy SVN, preferably free.
Private
Backup friendly
Somewhat hassle free
A lot of storage.
I don't want:
To have problems transfering my data to another comp / svn install....