svn

Could not read response body: Secure connection truncated

I've been getting this error whenever I try to update my working copy. How do I fix it? It's svn on beanstalkapp. I'm running svn client 1.6 cli. ...

svn Merge Problem (3 levels of svn)

Hi all, I am new to use svn and the company in which I work uses three levels (I don't know whether this is a correct word to use here) of svn. I mean the developers are provided a working directory on a testing server. When we commit, it goes to the dev server. When a manager commits it from there it goes to production server. I am a d...

Anyone knows what does highlight mean in svn revision view of zend studio?

I'm confused what the line in bold means? ...

svn files delete

Hi, I have deleted some files in my project but when dooing commit directories are not synchronized. I would like to files in repository to be deleted as well. How to do it? ...

How to run the site from development machine directly on production server without compliing.

I have a site developed in asp.net mvc.Is it posssible to run the site as developed on the developing machine directly on the production server without compilation i.e. in the bin folder I will only have the external dll that will be needed and not the project dll. I will be using SVN:commit the code from the development machine and tak...

How to only commit files in the unnamed changelist with SVN?

I am using the command line SVN client (for speed reasons) and have a changelist of files that I wish to ignore on each commit (much like TortoiseSVN does). Is there a way to commit all files except a specific changelist or maybe just commit all files not in a changelist? Thanks ...

Just try commiting a Big Project with SVN ?

Committing a Big Project with SVN is a pain . It takes almost 3-4 Hours for to commit a Project of around 60-70 MB ( Symfony + Zend Project ) . I have a Speed of 512 KBPS which is Broadband. SVN Repository is on Codesion Same Project committed to same Codesion GIT Repository takes maximum 10 Minutes. OS is Ubuntu Linux Linus Torvalds c...

how can I develop a pitfall-test and performance-test for merging files under different source control systems?

Where I work, we've been using Subversion for years (apparently, I've not been here that long). There's some people here who'd prefer to use TFS, some who'd prefer to migrate to Mercurial and some who'd prefer to keep status quo. Other source controls (Git, others) won't fly because of poor Visual Studio integration. The biggest issue/...

SVN/python library

I need to manipulate a subversion client from python. I need to: check the most recent revision to change something under a given path. update a client to a given (head or non head) revision get logs for a given path (revisions that changed it and when). A quick search didn't turn up what I'm looking for and I'd rather not have to wr...

svn - getting line modification statistics

I'm trying to get a report going which shows the individual diff-stats per commit (ie. lines added, modified and deleted). CVS had this. Is there a way to get this from SVN? I've tried: svn log --xml -v -r HEAD:234234 But it only shows commit comments, and the files that were added, modified and deleted. I need lines added, modified...

Remove unnecessary .svn folders

There're some external libraries (Havok, Ogre) used in my solution. Those got huge size of '*.lib' (over 1G). When using SVN, it also keeps tracking those external libraries and generates .svn-base which duplicates those 1G files. This is causing extremely slow when checking out the solution over internet. I was wondering is it safe to r...

Tortoise SVN asking to be updated with nothing to update

I go to commit a bunch of code, using Tortoise SVN, and it barks at me, telling me I can't do so without updating. So, I update. It tells me that I am fully updated, having updated absolutely nothing. Then, I re-commit the previous attempted commit and it commits as i there never was a problem. Exactly what is being updated when no...

RW Access git repository using svn (git-svnserver)?

Is there a program that does what git-svn does, but in a situation where the repository on the server is git, and the developer uses svn? I know that github.com allows svn access to the git repositories they host, but it doesn't look like they've released this project open source (yet?), and using their servers is not an option for me ...

CodeSpaces missing scrolling in forums

Hi, Does anyone uses CodeSpaces.com for project integration? If so, dows the scrolling on the forums works for you? I have contacted CodeSpaces support but still have no answers. Thanks! ...

Subversion: Branch per Environment?

I am currently working on a project in .NET which consists of several logical layers and multiple front-ends. Here is a rough representation of our SVN structure: trunk ---doc ---lib ---src ------console ---------console.vbproj ------domain ---------domain.vbproj ------... ------web ---------web.vbproj ---.sln All of our day-to-day de...

SVN Checkout using NetBeans with Ignoring library and .svn files

Hello All.. I have my project uploaded in svn server with some specific URL. Now I am using netbeans 6.8 integration of subversion by accessing Team -> Subversion -> Checkout option. But in this scenario, my whole project including library as well as some .svn (hidden) files are also checking out into the server, which is affecting my...

suggestions for first-time importing and checking out project

Hello, Subversion 1.6.6 using the commend line client Importing and checking out project for the first-time. I find that when I create a new project I do the normal directory structure, i.e. game_sys_proj /trunk /branches /tags Steps : 1) I import game_sys_proj to subversion repository. 2) Delete game_sys_proj directo...

Subversion visual tree

Hi, I use to work in Clear case where I can see a visual representation of the code base in a tree structure. Do we have a similar tree kind of visual representation for SVN? Thanks ...

How do you get a pager in svn diff?

Hello! I’d like svn diff to display colored diff through a pager (just like git does). I’ve succeeded to get a colored diff by setting the diff-cmd in ~/.subversion/config: diff-cmd = colordiff Now I’d like to pipe the diff output through a pager, how do I do that? (Short of writing svn diff | less, of course.) ...

Branches transferred with svn2git

This question might be down to the fact I don't understand how branching works technically in SVN and Git. But when I use svn2git some of the branches are in refs/remotes/ and some are not. For instance trunk is /refs/remotes/trunk. And when I check the master branch in the new git repo, it is not the svn trunk but some old branch from...