Conventionally, svn is used either directly from the command-line or through a GUI client like Tortoise.
Are there any examples of fully-fledged applications that use svn under the hood to implement versioning?
Rather than using a relational DBMS, I can imagine that there might be occasions where an svn repository could be used as a fi...
Is there a way to see revisions/changeset to a repository in TFS just like how we can see revisions/branches in SVN using revision graph?
Edit: I am using TortoiseSVN for SVN client
...
My project is not noticing when subversion gets updated. I have the exact same setup working on another server. This is a virtual server.
Here is my log file after I have made a commit. It seems like ccnet can see that there is an update but it just ends by saying no modifications detected.
2009-12-17 10:34:47,000 [MyProjectName Con...
I have SVN setup on my local dev box, my live server has only outbound svn only. What's the best way to upload or commit the changes only to the live server. I have to upload the whole code base now. I don't like to follow the way anymore. Please suggest me a good way to have updates committed or uploaded to the live server.
Thank you.
...
i'm inheriting a codebase that has a lot of directories in trunk that really should live in separate repos. all of my development happens in one specific directory, what should be the only thing in trunk.
e.g: /path/to/repo/trunk/true_trunk
all the tags and branches in the repo refer exclusively to this 'true_trunk' directory.
proble...
I'm not a Subversion pro by any means. But I am using it for my coding projects and using the deployment feature at springloops.com (love it).
I have some log, cache and image folders that I routinely need to make writable on new deployments or new projects. Is there a way to make it so that when deploying or downloading, the folder p...
As I get into more serious project development in Xcode I decided to setup a local SVN repo. It seemed surprisingly easy and now I'm checking in and out files within XCode.
Two quick questions.
After adding a few files and commit some other changes, a 'M' has appeared at the top level of the Xcode "Groups & Files" column. I assume 'M' ...
My SVN won't commit:
mac:MiTokeniPhone anemployee$ svn commit .
svn: Commit failed (details follow):
svn: '/Users/anemployee/Desktop/MiTokeniPhone/main_bg.png' is scheduled for addition, but is missing
I used:
svn revert -R .
Would there have been a way to avoid having to revert?
...
Is there a way to see revisions/changeset to a repository in TFS just like how we can see revisions/branches in SVN using revision graph?
i m currently using TFS
...
Does any one know of a good, free, visual SVN client for Linux?
...
This is my first TeamCity project, and I am having an issue with SVN checkout.
Here are my settings for the SVN checkout from within TeamCity:
VCS Checkout Mode - Automatically on Agent
Checkout Directory - C:\BuildCheckouts[Project Name]
VCS Labelling mode - Do Not Label
Externals Support - Full Support
Default Config Directory - Us...
I'm typing via SlikSVN (same happens via TortoiseSVN):
svn propset svn:eol-style native .
From the repository's root folder, and getting
svn: Cannot set 'svn:eol-style' on a directory ('.')
with no further explanation. Googling doesn't seem to help either. How do I set this property?
...
HI All,
When iam executing svn force command given below on some path, iam getting the below error
Please do let me know how to resolve this issue
Command:
set SVN_PATH=C:\main\test
svn lock [--force] "%SVN_PATH%" -m "lock before commit"
Error:
svn: 'C:\main\test\[--force]' is not under version control
...
We are having a hard time keeping Subversion and FTP in-sync. Sometimes we forget to commit changes and just push them to the web server, we have .svn folders scattered throughout our web server, some things exist one place and don't exist in the other, etc.
I want to take the time to fix this, today. What is the solution? Is there a wa...
Are there any free alternatives to VisualSVN (a Visual Studio 2008 plugin for subversion control)? Visual Studio Express 2008 support would be great.
...
After our source control machine rebooted, the SVN path to our repository somehow changed:
Before:
svn://machineName/OurProject
After:
svn://machineName/someFolder/OurProject
How do I fix this?
...
We have a repository with the following structure:
repos
trunk
module1
module2
...
tags
branches
We usually release individual modules to the customer and sometimes the whole application.
Now we are going to deliver module1 and I'm trying to decide between these two options:
a) tag module1 (i.e. copy trunk/module1...
I have experienced strange functionality of subversion.
We are using latest 1.6 Svn server visual svn and tortoise svn 1.6.6
We have defined property svn:needs-lock to a file, then if you copy over file from different location it shows local change if you try to commit SVN it allows you to Commit even if you didn't obtain the LOCK.
Th...
How to create a subversion server hook script that prevents people from committing changes if they don't own the lock on the file first?
Svn server is on windows.
Thanks.
P.S. Additional info in this question
http://stackoverflow.com/questions/1924780/subversion-svn-tortoisesvn-commit-not-locked-file
...
Can someone recommend a source control product that does all of the following:
Seamless integration into VS 2008 Pro
Will allow me to create different "editions" of a program (like "express" and "pro") - maybe with branching?
Will allow me to track changes for specific client requests. Say I have four clients, 2 on express, 2 on pro. I...