Hi All,
I have a google code project which I used SVN to update. I am about to submit the project as the deliverable for a thesis on producing resource intensive applications on a mobile platform.
I was wondering if any of you knew of software which I could point at my repository in order to get stats for say lines of code over time? ...
Hi,
One of my teammates has asked if it is possible to export from one SVN to another, all while maintaining history.
To me, this seems like it would be a common request.
So: Is it possible to migrate between SVN repositories all while maintaining history?
It is important to note that we do not have svnadmin access on the Source, but...
I have an automated build system using CruiseControl. I am using the SvnRevisionLabeller to to get the version string to use. With this string I can use nant to update AssemblyInfo.cs so when I build it has the correct build string. I can also use this CC label to tag the subversion repository.
So everything is aligned
- CCNet Build la...
[groups]
developer = a,b,c
doc = r,x
[/doc]
@doc = rw
@developer = rw
[/]
@developer = rw
* =
If now a member of the group doc tries to check out the documentation, it does not work.
I want members of doc just to be able to check out the sub-dir doc, anything else is forbidden.
Any ideas howto achieve this?
kind regards
ronny
[up...
Folks,
Sometimes we need to have the Check-out functionality from VSS to be used in SubVersion, i.e. someone will only check-out a file/folder and nobody else can do that.
I guess this feature is not present in SVN, but can we simulate it ??
...
I am using WebDAV to update files on a remote testing server and I need to commit them once I am complete.
The problem is that using TortoiseSVN on the WebDAV instance is very slow since it has to sync all the lock and entries files on the commit.
I can use the command line on the server, but I prefer the tools TortoiseSVN provides.
I...
I'm using Visual SVN Server and Tortoise SVN (client) for source control. I would like all developers to standardize on a consistent format for checkin notes.
For Example I want their Commit Message to default to...
Synopsis:
Developer Name: (pre-populated)
Reviewed By:
[Bug Id]:
[Change Bug State]:
Known Issues:
Affected Files:...
Eclipse/Aptana seems to remember my password that I use the access my repositories. Is there a way I can clear the stored passwords?
...
When using the merge tracking feature in Subversion 1.5, SVN updates the mergeinfo property of the parent folder to track the revisions being merged. We have a large number of developers (>500) working on our repository, and it is not uncommon around deadlines to have large numbers of developers all trying to commit around the same time...
Is there any way to perform a merge with subversion 1.6 which would preserve the branch's history?
trunk: r1 --> r2 --------------> r5
branch: \--> r3 --> r4 /
such as that when I merge at r4 the history will contain r3 and r4? At the moment subversion will record one merge commit with the diff between r4 and r2.
...
I'm working on a project with a couple other members and it would be nice if I could get system tray alerts when someone commits to the project.
I've seen tools for this before and googled around a bit but I couldn't find the tool I've used in the past. Can anyone point me to a decent SVN monitoring tool?
...
How do I improve Subversion client update performance? It appears to be disk bound on the client.
Details:
CollabNet Windows client version 1.6.2 (r37639)
XP SP2
3GB RAM with PF Usage around 1GB and System Cache of 1.1GB.
Disk has write caching enabled
Update takes 7-15 minutes (when very little to update).
Checkout has 36,083 di...
We are using SVN very successfully for source code in the traditional way: /branches, /trunk and /tags.
We do not use SVN for our art assets, which in a way are like source, but really don't have the same needs as source code.
I am referring to not only image files (jpeg, png, etc...) but also PhotoShop files and stock artwork that has...
I'm using SharpSvn to interact with my svn repository via C# code. I am using this code to retrieve svn log entries:
Collection<SvnLogEventArgs> logitems;
var uri = new Uri("http://myserver/svn/foo/bar.txt");
client.GetLog(uri, out logitems);
foreach (var logentry in logitems)
{
string author = logentry.Author;
string message =...
Hi,
For many years, I have been programming in a simple way: I would save my source files in directories organized by language and project, make the occasional manual backup, and if I’m smart, I make a copy before trying out a new version; that’s pretty much it.
I recently decided to begin using revision control. After examining a bunc...
Like most people there comes a time when your localhost layout just doesnt really do it anymore and you find there are files all over the place.
This is what I propose doing and I think that maybe im missing something or doing too many steps! Most of my work is with Joomla and oscommerce.
My directory structure is as follows
-Clients
...
Does anyone recommend any particular command line SVN client for Windows. Being 64 bits would be a bonus.
I do have TortoiseSVN, but it doesn't come with command line, which is required for my build scripts. I searched the subversion site and found not one, but four different options. Therefore, my question.
...
Hi,
this week I participated a presentation of the 2008 TFS. Currently we are using Jira and Svn (and maybe Bamboo). What solution to you prefer?
...
I've got MAMP running (XAMP for OSX), and I'm trying to setup subversion.
When I go to the freshly created repository in my browser, I get:
<D:error>
<C:error/>
<m:human-readable errcode="2">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>
The repository is setup in ~/server/svn. My html/php files are also ...
I run ubuntu, and thus of cause I like the terminal prompt. I run most svn commands from the prompt. But I have a problem...
I checkout my code using the svn in a terminal:
svn co <svn-url> <local dir>
nice...
Now I go to eclipse and do the development...
I have subeclipse and lets say that I do a commit from the svn/eclipse gui.
Now...