svn

Using switch instead of merge

At this moment, I am the only person working on a project in svn. To stay legit, I am suppose to make changes to a branch and then merge those changes into trunk: so my branch and trunk are basically identical. Currently I have two working copies, one for the branch and one for trunk. I make the changes to the branch working copy and ...

How to display language syntax coloring with the DAV SVN module?

When viewing a plain text code file (i.e. ".py", ".c", ".cpp", ".m", ".as", ".js", etc.) is it possible to have the DAV SVN module render language-specific syntax coloring? That would be amazing. Currently it's all just black plain text, but it'd great to get this working so it's easier to read code in the browser, for those folks here...

Subversion URL shortcuts

There is one shortcut I know of, ^ which means "the base URL of the current repository". I know there a bunch of other ones introduced with Subversion 1.6. What are they? ...

SVN+SSH into specific volume on OS X

Hi everyone. I'm trying to access a svn repo on an OS X (snow leopard) server. The sys admin created a new volume on that machine (volume name is "svn") just for svn repositories. On the svn volume, I created a directory called "repo". In repo, I created a repository called "test". I'm trying to access the test repo using tortoiseSVN...

Why does maven copy subversion directories to target

It does not happen all the time but sometimes I find stuff like this : >dir /SF target\.svn …\target\Zeiterfassung-web\WEB-INF\.svn\. …\target\Zeiterfassung-web\WEB-INF\.svn\.. …\target\Zeiterfassung-web\WEB-INF\.svn\lock How could this happen as Maven as is supposed to ignore the .svn directories by default? Can I explicitly exclud...

Saving encrypted SVN password in IntelliJ Idea on Linux

I use IntelliJ Idea (Ultimate 9.0.3) on Linux at work, and our VCS is Subversion. Idea proposes to store my SVN password but then tells me it is unable to store the password encrypted, and asks if I want to store it in plain text. Well, no. This is on an Ubuntu 10.04 install with Gnome Keyring available. Any hints how I could convinc...

Eclipse SVN synchronize problem

Hello; We changed our SVN machine because of a hardware problem. We established the same environment from back-up to another machine. Now Subversion seems to work properly, I can update, commit and browse from Tortoise Client. But in Eclipse problem exist for Synchronize command (subclipse plugin). I can browse and commit from Eclipse...

Plugin for svn that extract text from sources

Hello, I don't know if a plugin like that exists but for me will be useful. I'd like a plugin that can extract some text (defined in some way similar to Doxygen) and insert this text into description when a commit is made. With this plugin, I could document the changes of a source file into the source file and then, the plugin would me...

Which DVCS work best with Subversion repositories

Subversion works great when we have access to central repository, but sometimes two or more developers work at client where they do not have connection to central repository. I am looking for DVCS that can help us where off-line. It should: cooperate with Subversion repository so developers can checkout before leave, commit locally wh...

Ankhsvn integration with Redmine

Just out of curiousity I'm deploying AnkhSVN with Visual Studio 2010 in our development office, and have had much success with Redmine in managing projects. However, one issue is integrating AnkhSVN with Redmine in regard to Issues. So I can submit a commit against for a particular bug fix. Is this possible? ...

Resetting Redmine project respository

I've got a problem with a project respository setting in Redmine, in that; I've tried to set a repository with GIT, entered an invalid GIT path, and now I'm stuck as I can't seem to delete the path which has been set. Clicking delete sends me to the next page, stating that the following; Ideally I want to delete this repository refer...

VisualSVN Server: taking backups using svnadmin tool

I have installed VisualSVN Server on Windows Server 2008. I was trying to create a hotcopy backup using svnadmin tool. It seems that I don't have this tool installed: C:\>svnadmin hotcopy C:\Repositories\Develop C:\temp\svnbackup 'svnadmin' is not recognized as an internal or external command, operable program or batch file. Does Visu...

How to mirror a GitHub SVN repository to SVN Repository hosted in other place

Hello Scenario: I have a Git Repo hosted in GitHub: http s://[email protected]/Nerian/JPovray.git Which can be accessed by SVN clients at: htt p://svn.github.com/Nerian/JPovray.git And I have another SVN server hosted in school servers. I want this server to be a mirror from the repo at GitHub. It is a school requirement to use the...

Subversion: how to take incremental backups?

I installed VisualSVN Server on Windows Server 2008. Now I would like to create a repository backup plan. My intention is to create full hotcopy bakcup (using svnadmin hotcopy and then incremental backups. How to do a incremental backup using svnadmin.exe? Or should I take only svnadmin dump backups? ...

Access a project using Xcode and SVN - The subversion control system.

Hello nice person! I have never used version control in my life. A friend of mine wants me to access his project on my machine using Xcode. All he has given me is a URL. So, the question is: how do I get said source code? Thank you ;) EDIT 1 Please keep in mind I just need to download the source code. I don't have to do any updatin...

SVN Commit Segmentation Fault

I am trying to commit something to our SVN repo. However, I keep getting this error: svn commit google-dev.xml -m "Updated with CS Tools configuration changes." Sending google-dev.xml Transmitting file data .svn: Commit failed (details follow): svn: 'pre-commit' hook failed with error output: /var/lib/svn/tnc/hooks/pre-commit: li...

Subversion integration in multi user webapp

I am trying to develop a webapp in which multiple users can login to the system, a number of users (4-5) belong to a group. I wish to integrate SVN in this webapp so that all members of the group can have access to their workspace. The webserver is running IIS with php module and mySQL. I need to know how feasible is this and if it's pos...

Subversion repository protection

I've come across various questions regarding subversion here but nothing specific to what i'm looking for. I'm going to hire a freelancer to work remotely on my existing projects(extending functionality and code maintenacne for already existing code. While i'm going to trust him with the code and let him have all the access he needs ...

How to get HTML files to find their dependencies' file paths using WebSVN?

I set up DAV SVN recently with svn:mime-type set to "text/html" on my HTML files, which allows me to see the HTML file rendered normally in the browser, instead of plain text. However, I switched to WebSVN so I could get syntax-highlighting on my code files, and now the HTML files are not able to locate their dependencies - js, css, etc...

How to pass environment variable of hudson as a parameter for svn build

My requirement is I need the scope of Hudson's environment variable in the subproject's build parameter for svn url. I want to set SVN Branch name as an environment variable of Hudson, as I want it to be used by all my projects configured there. If I access my environment variable [BUILD_BRANCH] as http://svn/repos/project/subproj/bra...