Issue:- Search in SVN epository for with file name.
The Problem is:- We have a bulk repository for code contain thousands of folder and sub folder, i want to search under this repositor with file name or with some word.
Exp:-
Root folder
a\
b\
c\
d\
e\
f\ab\
f\ab\cd.txt
I want to search for cd.txt but don...
I have two config-files
/app/config/database.yml
and
/app/config/userconfig.yml
i don't want to put the database credentials and userconfig in the svn-repository, so i have database.yml.dist and userconfig.yml.dist checked in.
What is the best way to get copys of the dist-files in the shared-directory when deploying the app for th...
I know there are a number of threads recommending xp-dev.com, but I'm wondering if anyone has had any reason not to recommend the service?
...
How would I get a full copy of an SVN repository and import it on another server?
...
Duplicate: Subversion vs CVS
what's the difference?
...
Is there any way to get a patch created with git format-patch to be svn compatible so that I can submit it to an svn repo?
I'm working off an svn repo on github and want to submit my changes back to the main repo. I need to create a patch to do this, however the patch cannot be applied since git formats that patch differently then svn. ...
Hello!
I'm trying to use svn through svnTortoise on a windows xp machine. Its just me, just trying to do it in house. On my laptop I installed tortoise and everything works great. Then I came to my desktop and installed svnTortoise and tried it. But this time I get these errors.
Checkout from file://F:/repos/mav_admin, revision HEA...
Some of my colleagues are convinced that committing build artefacts to the subversion repository is a good idea. The argument is that this way, installation and update on the test machines is easy - just "svn up"!
I'm sure there are weighty arguments against this bad practice, but all I can think of are lame ones like "it takes up more ...
We are new to the subversion, tortoisesvn, ankhsvn stack. While in Studio 2008 we have deleted files from our project problem is when we do an svn checkout in our CI build we get the deleted files. How do I prevent these files from being included in the checkout?
Thanks in advance.
...
I'm looking for the best way to run a nightly script that exports a set of
files from a SVN Repository to a local directory. When the export finishes,
copy the contents of the local directory to several remote servers.
This will be a scheduled back job running on a Windows Server 2003 machine.
Remote servers are all on the network, so t...
Hi I was wondering if there is a way for the SVN server to automatically assign the svn:needs-lock property on any file that is binary and not textual.
We have a rather small developers team but resting on everyone to remember to set this property on newly created binary files doesn't make sense since it's very easy to forget such a th...
I am running Subversion on Ubuntu. I have checked out the files for a project from an external server, done some changes on the files plus added some new files. Now I want to commit all the changes and the new files. However I modified the database configuration file to function with my local server so I don't want to commit that change ...
I'm using NI's Labwindows CVI and i'm trying to integrate source control, supposably it plays well with anything that fits the MS API, (MSSCC/SCC) but I haven't found this to be the case in practice. I'd love if there was a SVN service that works well with it, but I suppose that's asking for too much.
...
Hi
I discovered an issue today regarding Subversion support for file name's case sensitivity.
I committed a class named 'ClassOne.file'. Another person committed another file, 'Classone.file'. Both files are exactly the same except the file name.
When I do SVN update, it says error, "unable to add, the file already exists".
I noticed ...
From what I understand about transactions in Subversion this should be possible in principle, but I don't know any tool that supports it.
The background is that we are discussing a migration from PVCS Dimensions to Subversion, and the main feature cited as missing in Subversion is "Design Parts". A design part is an arbitrary collection...
I have a settings file that is under version control using subversion. Everybody has their own copy of this file, and I need this not to be ever committed. However, like I said, there is already a copy under version control. My question is: how do I remove this file from version control without deleting everyone's file, then add it to th...
I am evaluating git-svn and trying to determine how well it will play with a particular svn repository. I am mostly concerned with getting git-svn to perform merges in such a way that the svn:mergeinfo property is correctly set in the subversion repo. Is this possible?
Here is what I have done so far:
# Checkout the SVN repo.
$ git svn...
Hi I have a Subclipse related question.
In SVN when you merge the trunk to a branch you are working on, you simply use the following command :
svn merge http://svn.example.com/rep/trunk
And you automatically get all the new changes from the last time you merged the trunk into your branch.
In Subclipse when you select merge you HAVE ...
I am using a development, staging, production server environment with some other developers.
Right now we make changes, test them on our dev server(personal computer) then once we are happy with the changes and want to show them to the client or internal review we commit the changes to repository and update the staging server's workin...
SVN directories are conveniently easy to move between computers, but this can occasion version mismatches between the working copy and installed svn client resulting in the error
svn: This client is too old to work with working copy '.';
please get a newer Subversion client
In a perfect world one could install a newer version of...