svn

running SVN scripts of users with no password

Hi, I'm running SVN functions such as log from the command line. I'm using --username and --password attributes to authenticate the function. Unfortunately, my users don't have passwords and I'm don't know what value to provide in the command line for the password. the syntax is: --password ARG and I don't have any value. please...

How can I do a partial update (i.e., get isolated changesets) from subversion with subclipse?

If a file is committed several times with various changes, how can I fetch one change at a time, i.e., one changeset at a time? I use eclipse, subversion, and subclipse, and I can't change the former two for the time being (or the MS platform..). In my Team/Synchronization view in eclipse (using subclipse), choosing the changeset model...

Installing JavaHL 1.6 on CentOS

Hi. I'm looking to install the 1.6 version of JavaHL on CentOS, which proves to be more tricky then expected. Has someone succeed doing so and can point a repo for this? Thanks in advance. ...

Adding comments to SVN revisions

I'm using Subversion 1.6 with TortoiseSVN and WebSVN. I'm looking for a simple tool, that would enable me to add custom comments to SVN revisions. So I would be able to see the stream of incoming revisions and mark which of them I already reviewed. An ability to share the comments with other programmers would also be a welcome addition, ...

Fetch from svn. Commit to remote git.

I'm new to git and I'm trying to understand if it can solve my problem. A project has a public read-only svn repo. I want to make and track my own changes to its source over time. While still fetching changes from the svn repo. Of course I can do this easily with git-svn. I just never performing a dcommit. The added issue is that I...

Version Control and Coding Formatting

Hi, I'm currently part of the team implementing a new version control system (Subversion) within my organization. There's been a bit of a debate on how to handle code formatting and I'd like to get other peoples opinions and experiences on this topic. We currently have ~10 developers each using different tools (due to licensing and pre...

How to Tortoise to move repository without losing history

I have a repository on my PC. Now I want to move some project to a online svn server. This server doesn't provide ftp access, so I couldn't copy svn folder there.... Does anybody know how to move my project there without losing history. Thanks very much ...

SVN Commit on files changed, deleted, or added outside the svn control

I'm often changing files not from subversion, but from finder, or other sources. Recently, for example, I updated some plugins from a wordpress setup that I've created a local svn repository for, but notably, the plugins, on update are in conflict with what's in the svn. Add to that that I didn't delete or add certain files from svn, a...

subversion problem - commit access

Hi everyone, I'm new to setting up subversion but originally when I made a repository, all my team members could update and commit without problem. There was a problem with it so we decided to recreate it, but now only I can commit changes to it. And my username/password doesn't work on their computers, so I'm sure it's something obvious...

What are the differences between TFS, SVN and GIT?

I use Microsoft Visual SourceSafe for version control. I like that change this approach and use a newer software for this work, now I want to know that what are the differences between these three application? Which one is better? Are these solutions integrated with visual studio? ...

SVN explorer for linux

Hi Guys, I'm looking for GUI explorer for linux. Like Kafana: http://kafana.org/SvnExplorer/ CLI is fine but i would like to know if there is something GUI for as :) regards ...

how can I see the repository path of a local copy?

this is probably close to trivial, but I can't find it: how can I see where in the repository a local copy refers to? say, I have a workspace checked out come time ago, I want to see if it was checked out from a branch or the trunk. thanks! ...

SVN Mac oSX issue - permissions?

Hello there, /Volumes/sites is a connection to a samba share that hosts some of our sites. We authorise using a username & password that is the same user/pass to log onto the mac. When committing, (or even doing a cleanup) from the Mac Client side using the svn command line tool or SCPlugin, this error occurs: Commit succeeded, but ot...

Problem with AuthzSVNAccessFile

I have installed Apache and Subversion on Windows. My config is: <Location /svn> DAV svn SVNListParentPath on SVNParentPath "d:\svn" AuthzSVNAccessFile "d:\svn\svnaccess.conf" AuthType Basic AuthName "Subversion repository" AuthUserFile "D:\svn\svn-auth-file" Require valid-user </Location> and my svnac...

XCode and SVN Error: 200019

So, I haven't been in an XCode project on this machine since last summer, and now when I try to access the repo through SCM Configuration in preferences I get the following error: Error: 200019 (Incompatible library version) Description: Mismatched RA version for 'http': found 1.6.2, expected 1.6.5 I know at some point I updated m...

How do I enable SVN menu in an editor window in Eclipse?

The SVN menu (Subversive Plugin) is disabled whenever I'm in an edit window; it's enabled when I'm in the Navigator or similar file browsing windows. I'd like to have the SVN menu enabled while the editor window is open in order so that I can set up a key binding and commit while editing the document rather than having to switch over to ...

SVN Authorization

I am trying to setup SVN authorization (authentication works fine already) and my AuthzSVNAccessFile looks like the following: [groups] todos = user1, user2 proj = user1 [/] @todos = r [/myproj] @proj = rw However, I can checkout the content of proj (as user1) but I can't commit to it... If i change the file changing to the followin...

Connect to SVN repository with Netbeans using SVN+SSH

Hello all, I am trying to connect to a SVN server in order to import my project into it with svn+ssh authentication method. I am using the NetBeans IDE (6.8) with subversion plugin installed on Windows XP SP2. I have plink installed with its path set in the Windows PATH env variable. When I use the similar looking repository URL (XXXX a...

svndumpfilter2 + Windows HowTo

How do you get svndumpfilter2 or svndumpfilter3 working in Windows? type dump_file | svndumpfilter2 exclude xyz > filtered_dump_file has no idea what svndumpfilter2 is regardless of where I put the script file. Note: Python is installed and I did add .py extension to the file => svndumpfilter2.py ...

create own svn repository hosting

Hey, Since week I use ToirtoiseSVN and AnkhSVN and GoogleCode and sourceforge.net as my project hosting. For me it's frustrating to fill all this forms before create next project. So I start thinking about mu own repository hosting... Can I use simple file hosting etc. and install there software like use Google or SourceForge to have...