svn

Add files to an already setup svn repo

I want to add a folder to a remote server with the svn repository set up. In my local computer I have tortoiseSVN. All I want to do is add folder from my local computer to the repo setup in the remote directory? ANy pointers? You can tell I'm not a svn person :( ...

Eclipse+Subversive- Multiple src paths in a single project each from a separate parts of a single repository

In a nutshell, I would like to have a single eclipse project with multiple src directories each managed by subversive (or subclipse). If the code base were small, I would use several projects. However, the code base is not small (50+ src paths). Does anyone know how to do this with the Subversion plugins for eclipse? All of the src pa...

Is there a Subversion host that lets end-users file bug reports/is friendly towards end-users?

Is there a Subversion host that: lets end-users file bug reports arranges bug reports/customer support as a message board is free? I'm using Unfuddle right now and pretty happy with it, and I'm trying out Fogbugz now, I was just curious as to what my other options are as well. ...

Logging read access to SVN ?

Hi, Is there a way to log read accesses to an svn repo ? Any SVN configs (or tools/scripts) which can do this ? I found svn-access-manager, but not sure if it logs access. Also, it requires a mysql/apache setup. Something that writes to a file would be fine. Thanks ! ...

Why is it considered a good practice to store radically different data types in separate repositories while using SVN?

Example 1 Example 2 ...

Subversion has stopped working with snow leopard install

Hi, With the install of snow leopard access to subversion has stopped working, any one know how I can fix it? When I click on my repository I get list svn+ssh//[email protected]/library/subversion/respository/apps Error 210002 (Network connection closed unexpectedly Description: (null) Any help would be very gratefully received. ...

How do you let people work on a project without exposing them to the whole code base?

Hi everyone! I'm Co-Founder and CTO of OnePage (http://myOnePage.com/joel). I'd be interested to hear your views and answers to this particular problem: I'm certain Yahoo! or Google don't expose their entire code to their developers! I was just wondering what method you use to restrict people from seeing the full code? In all projects ...

Subversion User Removal

I'm taking over a server from a developer who has disappeared, and who has the system set up using Subversion. I have never used Subversion, but need to make sure he cannot get in using it. I do have su login. My question is this: Is there a way for root to modify/remove Subversion users, without logging in through Subversion? If this...

How can I use git as an intermediate code review stage before pushing out the remote subversion?

I would like to be able to review code checked into the internal subversion repository before pushing those changes to the remote subversion server. How can I use git to stage the development subversion for review? I have already fetched the internal subversion into git on my machine. How do I now push the changes into the remote subve...

What's the best way to manage updating third-party components in subversion projects?

I frequently have svn-based projects that include third-party components such as the TinyMCE (in-browser WYSIWYG) editor. This includes dozens of folders with possibly hundreds of files. Ideally, when I want to update TinyMCE to the newest release, I'd like to be able to copy the top-level TinyMCE folder into my working copy, commit the...

Nant: Building projects using svn-externals

Using subversion and Nant for building. I have a main project that depends on several sub-projects. The sub-projects exist as separate projects inside subversion. My question is: Should the nant build script in the main project build all the referenced sub projects and itself? Or do the subprojects know how to build themselves and I ...

svn: always create new repository in some root dir

Hi all, I've just installed Subversion on a Windows XP Pro box. Can I configure SVN in such a way that it always uses the same root directory to create a new repository with: svnadmin create ? So that if I do: svnadmin create myrepository it will automatically create a repository in for instance: D:\data\svn\repositories\myrepos...

Getting phpMyAdmin into project and not causing errors in subversion

I have a project that includes a copy of phpMyAdmin. I do development locally and use subversion for version control. When a new release of phpMyAdmin comes out I have to take all of the files from the new phpMyAdmin release and move them into the exiting files in my project. If I copy the entire directory I get errors the next time I...

Is it possible to always overwrite local changes when updating from SVN?

I have a file in a Subversion repository which changes almost every time it's opened in the IDE, thus creating conflicts on almost every update. Is it possible to force SVN to always overwrite the local file with the one in the repository, even if there are local changes? EDIT: It's a VB6 project file. Those contain GUIDs of the refere...

"An Internal Error Ocurred during SVN commit: length 16416 out of range, must be between 0 and 1384"

I have a problem committing a bunch of .jar files with eclipse. Maybe eclipse thinks they are text files and not binaries? If that's the problem, how do I check that? And how do I change it? If it is not, then what is it? ...

Prepending a single commit to the root of a Git repository / exporting Git to Subversion

I want to export a Git repository (G) to a SVN repository (S). S has been initialized with the standard layout (branches/tags/trunk) and G has the development history so far. I followed the advice in the Google Open Source Blog which details how an export G → S works. Basically the blog recommends to git-svn clone S into an empty directo...

subversion per module add,copy,modify,delete notification

Hi there, Currently I have a mailer.py file that sends an email when there is a commit on a particular repository. Anyone knows how to have ONLY emails sent out to the owner of modules (directories) within a repository? Example: http://sigserver/sigrepo1 (everyone gets an email for any commit on this repo1) http://sigserver/sig...

How to move a project to a new SVN repository?

What's the best/easiest/fastest way to move a project from a local copy to a new repository? The machine hosting the original repository died and i am in the process of recreating a repo on a new machine from local copies. EDIT: i should have mentioned that all the clients are Windows machines and only one has cygwyn (to support the rm...

How to change structure of subversion repository after a migration?

Hi, I am a newbie to both Subversion and PVCS VM I currently migrated my project from PVCS VM to Subversion And I now have this structure I got the project and in my project i got my components inside each components I have trunk, branches and tags. We are trying to change the structure to have the project and then I got my components...

How to revert a subversion import?

I did a mistake importing in an import to some SubVersion repository, and I want to revert this import. How can I do that? My mistake was this: Given a folder with subfolders a \ a \ a1 a \ b1 a \ c1 I wanted to import the folder a inside a repository folder F, so the structure in the repository be F\a but I imported the folders...