We user svn at work and now we are introducing RFT (Rational Functional Tester).
Is there any chance I can use existing svn to version my RFT scripts? I understood that one RFT script contains is not equal only one file.
RFT v 8.1.1.2 runs on windows xp
svn runs on linux
is it good enough to version .class and .java files?
...
Hello,
What is the default location for reposatory files in SVN? And how does it store them? (plain files,some sort of database)?
Thanks
...
hi,
so i decided to finally try out subversion with Ankh SVN for Visual studio 2010, after my nasty experiences with VSS.
I installed CollabNet SVN on my win7 dev box and then Ankh SVN for VS2010.
(Like an Idiot) I added a mockup demo project I was working on and played around with it using SVN. After a while, I un installed Office 20...
In our project we have to commit all changes to the clients svn repository.
I want to move our team to git. So I'm thinking I'll need a central git repository that uses git-svn to push to the svn server.
My questions:
Is there a way I can get the central git repository to automatically push to the svn repository, or would a simple cr...
I have just started working at a new place and they don't have any version control at all. I'm very anxious to get some source control up and running quickly and I have been researching setting up SVN. I need to set up SVN on the same IIS server we use for development, so I don't want to install apache if I don't have too, running two we...
I have checked with NetBeans and RapidSVN. My latest revision is 1000 (for example).
But when I do a svn update in my staging server, after checking out all files, I get the message Checked out revision 1003!! (off by 3).
How can it checkout a revision that is not there yet?! What is going on? Is the reporting wrong or, are both the pr...
I'm trying to externalize my username and password but it seems the format of svn-settings.xml is incorrect. I can't find any resources on the web except this post here and following that gives an error.
In my pom.xml I got
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<vers...
When we started using subversion, I created a single repository and created the trunk/branches/tags folders directly at the root level of the repository. For example, I'm accessing the trunk using an URL like this:
svn://server/repository_name/trunk
Now I'd like to add other projects to the same repository, which means I'd like to add...
I use the svnserver version 1.6.4 (r38063) and on the client side TortoiseSVN 1.6.12.
Also SlikSvn is installed on my PC.
The problem:
I merged some revisions from my trunk to a specific tag. After commit the "svn pg svn:mergeinfo" command on this tag shows all this new revisions.
But if i use TortoiseSVN "Show Log" command with the op...
I have iPhone4 icons, which are terminated with @2x.png
My problem is that when I try to add them to svn with svn add path/[email protected] I get the error:
svn: warning: 'path/myIcon' not found
I suppose that svn or my system do not support the "@" in the path..
What can I do?
I am running Mac OS X 10.6.4 and tried to add it direct...
You can commit and update already existing files in Xcode - great. But when someone else creates a new file and adds it to the repository, there seems to be no way to refresh Xcode so that it recognizes it, even after "update entire project". The files are added in Finder, but to get them into Xcode you have to manually import them. Am I...
I'm looking to implement source control for my team. An external requirement that came up is that "managers/leads" want to know who has checked out which file and when. Not really a lock, they just want to know when a file was taken out and by who. It's also a show stopper requirement and is beyond my control.
I'm mainly looking at usin...
Any downside to using Cruise Control on a virtual machine?
My build system is shaping up to look like
Machine 1: Source Control Repository and Server
Machine 2: Will host a virtual machine. This virtual machine will host a virtual server that will in turn host the CruiseControl.Net server.
Any apparent downside to this?
I could conso...
I have a file.txt in trunk and i created a branch based on the trunk called Branch.
The file.txt contains the following as the content:
a
b
c
d
And In the branch, i modified the file.txt to be
a
c
d
e
So after I merged the branch back to the truck, then file.txt becomes this: (I believe I did several merge on this fil...
I have a program which makes changes to a relatively small Excel file, then commits it to a Subversion repository.
Every so often, subversion will hang indefinitely while attempting to commit. But if I close the program and re-run it (so it commits again), it works fine.
I am using TortoiseSVN 1.6.10, and I'm not honestly sure how to ...
At my workplace we use SVN for version control. I switched to git-svn when I found out about it, and recently I decided to sync some of my private branches to another remote git repo. The workflow, then, consists of rebasing from and pushing to the SVN repo via git-svn, while working on separate private feature branches that are pushed t...
I am having difficulties understanding this incomplete documentation for PECL SVN, so I am hoping someone with experience can tell me what to do.
Basically I want to
find out what the revision the repository is on (http://example.com/repository)
find out what revision the local fold /var/repository/ is on
in other words if revision ...
I want to Use svn, for subversioning. Can i use any machine as a repository on the LAN or just the one which is Server.
...
I have a directory full of image files. I want to move all the .jpg files one directory up
$svn move *.jpg ../
$svn: Client error in parsing arguments
As you can see this approach doesn't work.
If this isnt possible how do I move ALL the files up one directory?
SVN version 1.4.4 on OSX 10.5
...
I've recently switched from a Windows XP machine to Windows 7. I use Subversion and TortoiseSVN.
I cannot publish my .NET application in Visual Studio. I get over a thousand errors like this:
Unable to delete file
"obj\Debug\Package\PackageTmp\Views\ViewName.svn\text-base\ActionName.aspx.svn-base".
Access to the path
'C:\Code\...