Re: tortoise svn show log

2010-02-10 Thread Ryan Schmidt
On Feb 10, 2010, at 00:57, Ramachandran, Vishwanath(IE10) wrote: > In the tortoise svn, show log does not show full log messages, by default I > guess it fetches 100 log messages, I need full log from 0’th revision to > up-date. > How can I do that? I chose “show all” at the bottom, but still no

RE: tortoise svn show log

2010-02-10 Thread Ramachandran, Vishwanath(IE10)
Ok, what is the command ? if I need via command line Svn log -v path , doesn't show full log Regards Vishwanath Desk: +91 80 26588360 Extn: 48555 -Original Message- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: Wednesday, February 10, 2010 1:51 PM To: Ramachandran,

Re: tortoise svn show log

2010-02-10 Thread Ryan Schmidt
On Feb 10, 2010, at 02:33, Ramachandran, Vishwanath(IE10) wrote: > Ok, what is the command ? if I need via command line > Svn log -v path , doesn't show full log "svn log" should show the full log. If your working copy is not up to date, it will only show the log up to the time of your working

AW: Where to get SWIG SVN python binding binaries?

2010-02-10 Thread Janosch Scharlipp
Thanks Roman, i simply didn't see any reason to look inside the Apache 2.2 folder, since what i was doing didn't have to do anything with Apache. My fault, but with the absolutely (:D) most recent version, it actually works :) Kind regards, Janosch -Ursprüngliche Nachricht- Von: news [

new files on SVN

2010-02-10 Thread Dominik Chmaj
hello I have problem with svn. I'm working with friend on project and sometimes only I don't get new files submitted by someone. As I know I should be noticed about all changes. I can see new files by issuing svn log or svn list, but svn up will not fetch them. Svn st will not show any changes. So

Problems during merge

2010-02-10 Thread Christoph Bartoschek
Hi, after a merge with conflicts I completely wrong conflict markers: === inv_merge.C = ... } else { <<< .working === _cur.sinks(to_polarity(other)).append(csol.sinks()); >>> .merge-right.r13821 _cur.sinks(to_polarity(o

RE: new files on SVN

2010-02-10 Thread Bert Huijben
> -Original Message- > From: Dominik Chmaj [mailto:d...@biuro.net.pl] > Sent: woensdag 10 februari 2010 11:01 > To: users@subversion.apache.org > Subject: new files on SVN > > hello > > I have problem with svn. I'm working with friend on project and > sometimes only I > don't get new fi

Delete directory locally without causing svn diff to report changes

2010-02-10 Thread David Cummings
I'm looking for a way to remove a directory from my working copy without it causing svn diff to report changes. I often use svn co and svn up with --depth files to checkout partial pieces of a repository. For example I have the following repository structure: trunk |--- folder1 |-

Re: Delete directory locally without causing svn diff to report changes

2010-02-10 Thread Mark Phippard
Don't you just want this? http://blogs.open.collab.net/svn/2009/03/sparse-directories-now-with-exclusion.html Basically use the --depth feature to prune away what you do not want rather than using svn rm. Mark On Wed, Feb 10, 2010 at 2:59 PM, David Cummings wrote: > I'm looking for a way to

Re: Delete directory locally without causing svn diff to report changes

2010-02-10 Thread David Cummings
Thank you Mark. Works like a charm :) For those who don't want to follow the link, the following command was what I was looking for: svn update --set-depth=exclude On Wed, Feb 10, 2010 at 3:05 PM, Mark Phippard wrote: > Don't you just want this? > > http://blogs.open.collab.net/svn/2009/03/spar

SubVersion - Question

2010-02-10 Thread Cristian Pascuzzi
Hi We are using Subversion on Linux server, with Windows clients. We have a Configuration Administrator who makes the environments. We want a windows toll that facilitate the administration of repositories for no expert user. Is there any tool like that? Regards Cristian Pascuzzi

'.' is not a working copy error and resolution

2010-02-10 Thread Todd Gleason
One of our users came across a strange error trying to commit recently (with a 1.6 client): Action PathMime type Command Commit Error Commit failed (details follow): Error '.' is not a working copy Finished! On seeing this

Fwd: Serving internal SVN path via Apache

2010-02-10 Thread Itamar O
Relocating the question to the correct mailing list + clarification: I am not talking about serving multiple repositories with SVNParentPath. I have a single repository with the following layout: root (@ /var/svn/repos) |- projA |- projB |- ... Each project has its own virtual host on Apache, wit