Am 02.11.2011 22:35, schrieb Sandeep Seshadri:
Please take the time to report this on the Subversion mailing list
Thank you for that!
with as much information as possible about what you were trying to do.
Please do this, the next time.
But please fi
Hello,
starting from svn 1.7 I cannot make "svn update" anymore on Windows 7,
64bit.
C:\Users\tomas\Documents\xxx>svn --version
svn, version 1.7.1-SlikSvn-1.7.1-X64 (SlikSvn/1.7.1) X64
compiled Oct 26 2011, 14:18:24
C:\Users\tomas\Documents\xxx>svn update
Updating '.':
svn: E235000: I
Tomáš Klinkovský writes:
> starting from svn 1.7 I cannot make "svn update" anymore on Windows 7,
> 64bit.
>
> C:\Users\tomas\Documents\xxx>svn --version
> svn, version 1.7.1-SlikSvn-1.7.1-X64 (SlikSvn/1.7.1) X64
> compiled Oct 26 2011, 14:18:24
>
> C:\Users\tomas\Documents\xxx>svn update
>
Philip Martin wrote:
Tomáš Klinkovský writes:
starting from svn 1.7 I cannot make "svn update" anymore on Windows
7, 64bit.
C:\Users\tomas\Documents\xxx>svn --version
svn, version 1.7.1-SlikSvn-1.7.1-X64 (SlikSvn/1.7.1) X64
compiled Oct 26 2011, 14:18:24
C:\Users\tomas\Documents\xxx>
Hi,
I have a problem checking out folders from a subversion repository.
We're using the hudson continuous integration system to build projects that are
on a subversion server. We're currently considering to upgrade to server
version 1.7.1, but can't get it to work together with hudson.
Checkou
Tomáš Klinkovský writes:
> My server is also very old:
>
> $ svn --version
> svn, version 1.0.9 (r11378)
> compiled Oct 14 2004, 10:04:20
>
> But I don't access it through Apache, I have the Subversion daemon
> running and I use the "svn:" protocol.
>
> Can I provide any other help?
I can
I'm trying to checkout the svgweb source and using the documented svn
command (slik windows 32 or 64 bit version):
svn checkout http://svgweb.googlecode.com/svn/trunk/ svgweb-read-only
This results in:
svn: E175002: Unable to connect to a repository at URL 'http://
svgweb.googlecode.com/svn/trun
Am 03.11.2011 14:43, schrieb ross:
I'm trying to checkout the svgweb source and using the documented svn
command (slik windows 32 or 64 bit version):
svn checkout http://svgweb.googlecode.com/svn/trunk/ svgweb-read-only
Try this:
svn ls http://svgweb.googlecode.com/svn/trunk/
This should
Am 03.11.2011 12:31, schrieb Tomáš Klinkovský:
My server is also very old:
$ svn --version
svn, version 1.0.9 (r11378)
compiled Oct 14 2004, 10:04:20
Hehe, that's actually a proof that the SVN team's been doing a pretty
good job maintaining compatibility. Seven years without a glitch, it
see
Thanks Uli,
https worked.
Ross
On Nov 3, 9:58 am, Ulrich Eckhardt
wrote:
> Am 03.11.2011 14:43, schrieb ross:
>
> > I'm trying to checkout the svgweb source and using the documented svn
> > command (slik windows 32 or 64 bit version):
>
> > svn checkouthttp://svgweb.googlecode.com/svn/trunk/svg
Thanks Uli,
https worked.
Ross
On Nov 3, 9:58 am, Ulrich Eckhardt
wrote:
> Am 03.11.2011 14:43, schrieb ross:
>
> > I'm trying to checkout the svgweb source and using the documented svn
> > command (slik windows 32 or 64 bit version):
>
> > svn checkouthttp://svgweb.googlecode.com/svn/trunk/svg
> >> I assume you are using some sort of server. Which version of Subversion
> >> is the server running?
>
> > It is 1.0.8 (2004)
>
> That's old (very old) and unsupported.
I will tell my professor :-)
> The client should still work but
> I haven't built or used 1.0.x for years.
So, we j
Wabe W writes:
> So, we just have to update the server and see if the problem is solved?
It's issue 4048, it may get fixed in a 1.7.x release:
http://subversion.tigris.org/issues/show_bug.cgi?id=4048
--
Philip
I've written a Perl post-commit hook that emails out via SMTP. I was
getting the following error when I try to do a commit:
Sendingsubversion/README
Transmitting file data .svn: Commit failed (details follow):
svn: MERGE of '/mfxcm/trunk/subversion': 200 OK (http://source)
The
I reopen this topic because the problem is not solved.
All is explained here : http://www.redmine.org/issues/9517
The problem come from mod_passenger and routing.
Question is : how to bypass rails routing for /svn/ url
rails production log
ActionController::RoutingError (No route matches "/s
while looking for a possibility to help a user of subversion so he
does not need to type the server password all the time, i got hinted
to GnomeKeyring and seahorse. subversion offers to be compile with --
with-gnome-keyring option.
what we finally want to have is a one time prompt on the command
On Thu, Nov 3, 2011 at 2:38 PM, rupert.thurner wrote:
> while looking for a possibility to help a user of subversion so he
> does not need to type the server password all the time, i got hinted
> to GnomeKeyring and seahorse. subversion offers to be compile with --
> with-gnome-keyring option.
>
And solution (sorry list :))
add "PassengerEnabled Off" in apache section.
http://www.redmine.org/issues/9517#note-1
Hope this time all work fine for a lgg time ;)
Le 03/11/2011 19:24, Erwane Breton a écrit :
I reopen this topic because the problem is not solved.
All is expla
On Thu, Nov 3, 2011 at 11:54 AM, Mark Phippard wrote:
> On Thu, Nov 3, 2011 at 2:38 PM, rupert.thurner
> wrote:
>
>> while looking for a possibility to help a user of subversion so he
>> does not need to type the server password all the time, i got hinted
>> to GnomeKeyring and seahorse. subvers
Use https instead of http
Wojcik, Robert C. wrote on Wed, Nov 02, 2011 at 15:26:36 -0400:
> Hi all:
>
> Why would this error message be generated when accessing the apache
> subversion repository using the "Update to revision" command from the repo
> window for the Apache ActiveMQ trunk?
>
>
David Weintraub wrote on Thu, Nov 03, 2011 at 12:46:52 -0400:
> I've written a Perl post-commit hook that emails out via SMTP. I was
> getting the following error when I try to do a commit:
>
> Sendingsubversion/README
> Transmitting file data .svn: Commit failed (details follow):
Matthias Bühler wrote on Thu, Nov 03, 2011 at 12:04:04 +:
> Hi,
>
> I have a problem checking out folders from a subversion repository.
>
> We're using the hudson continuous integration system to build projects that
> are on a subversion server. We're currently considering to upgrade to serv
Hi,
I've searched through the archives and wasn't able to find an answer so I'm
posting in hope that someone can help. There's a requirement to enforce
file naming convention under particular svn paths. The convention name will
be "numeric dot number" (1.1). I have looked into svnperm.py and
commi
On Nov 3, 2011, at 19:48, michael mac wrote:
> I've searched through the archives and wasn't able to find an answer so I'm
> posting in hope that someone can help. There's a requirement to enforce file
> naming convention under particular svn paths. The convention name will be
> "numeric dot n
I have some very very large checkouts. > 50GB.
with neon the checkout works fine.
with serf I get.
svn: E730053: Error retrieving REPORT (730053): An established connection
was ab
orted by the software in your host machine.
This happens with both tortoiseSVN and the command line clients.
It ha
25 matches
Mail list logo