[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problems commiting to SVN repository -- The specified activity does not exist.

From: Stuart Longland <stuartl_at_longlandclan.hopto.org>
Date: 2003-08-28 07:44:58 CEST

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ben Collins-Sussman wrote:

| Stuart Longland <stuartl@longlandclan.hopto.org> writes:
|
|>$ svn commit -m 'Added README v0'
|>Authentication realm: <http://localhost:1280> Atomic Linux Subversion
|>Repository
|>stuartl's password:
|>svn: Activity not found
|>svn: Commit failed (details follow):
|>svn:
|>The specified activity does not exist.
|
|
| That's a pretty strange error -- not familiar at all.
|
| Can you do an ethereal trace, and show us the HTTP transcript?

Ethereal won't run on the command line -- and I don't have X on this
box. (The box has no keyboard, mouse, video card -- nor any sockets to
plug one in.) So unless you know of an alternate tool, ethereal is useless.

Lars Segerlund wrote:

|
| What user group does the webserver run as ? :-)
|
| I think this might be the problem, also check /var/log/apache....../*.log

The relevant lines in /usr/local/apache2/conf/httpd.conf

User nobody
Group #-1

and /usr/local/apache2/logs/*

root@qube /usr/local/apache2/logs
# tail -20 access_log
127.0.0.1 - - [26/Aug/2003:23:23:55 +1000] "PROPFIND
/svn/atomiclinux/!svn/vcc/default HTTP/1.1" 207 412
127.0.0.1 - stuartl [26/Aug/2003:23:23:55 +1000] "CHECKOUT
/svn/atomiclinux/!svn/bln/1 HTTP/1.1" 409 234
127.0.0.1 - - [26/Aug/2003:23:25:43 +1000] "OPTIONS /svn/atomiclinux
HTTP/1.1" 200 195
127.0.0.1 - - [26/Aug/2003:23:25:43 +1000] "MKACTIVITY
/svn/atomiclinux/!svn/act/61ab2ddf-cbc5-0310-b14e-9ff3571e79e8 HT
TP/1.1" 401 496
127.0.0.1 - stuartl [26/Aug/2003:23:25:46 +1000] "MKACTIVITY
/svn/atomiclinux/!svn/act/61ab2ddf-cbc5-0310-b14e-9ff3571e7
9e8 HTTP/1.1" 201 329
127.0.0.1 - - [26/Aug/2003:23:25:46 +1000] "PROPFIND /svn/atomiclinux
HTTP/1.1" 207 446
127.0.0.1 - - [26/Aug/2003:23:25:46 +1000] "PROPFIND
/svn/atomiclinux/!svn/vcc/default HTTP/1.1" 207 412
127.0.0.1 - stuartl [26/Aug/2003:23:25:46 +1000] "CHECKOUT
/svn/atomiclinux/!svn/bln/1 HTTP/1.1" 409 234
127.0.0.1 - - [26/Aug/2003:23:28:31 +1000] "OPTIONS /svn/atomiclinux
HTTP/1.1" 200 195
127.0.0.1 - - [26/Aug/2003:23:28:31 +1000] "MKACTIVITY
/svn/atomiclinux/!svn/act/c96337e9-cbc5-0310-bde8-bbe16a774c9c HT
TP/1.1" 401 496
127.0.0.1 - stuartl [26/Aug/2003:23:28:34 +1000] "MKACTIVITY
/svn/atomiclinux/!svn/act/c96337e9-cbc5-0310-bde8-bbe16a774
c9c HTTP/1.1" 201 329
127.0.0.1 - - [26/Aug/2003:23:28:34 +1000] "PROPFIND /svn/atomiclinux
HTTP/1.1" 207 446
127.0.0.1 - - [26/Aug/2003:23:28:34 +1000] "PROPFIND
/svn/atomiclinux/!svn/vcc/default HTTP/1.1" 207 412
127.0.0.1 - stuartl [26/Aug/2003:23:28:35 +1000] "CHECKOUT
/svn/atomiclinux/!svn/bln/1 HTTP/1.1" 409 234
127.0.0.1 - - [26/Aug/2003:23:29:11 +1000] "OPTIONS /svn/atomiclinux
HTTP/1.1" 200 195
127.0.0.1 - - [26/Aug/2003:23:29:11 +1000] "MKACTIVITY
/svn/atomiclinux/!svn/act/fa158eeb-cbc5-0310-8d51-df084ef18290 HT
TP/1.1" 401 496
127.0.0.1 - stuartl [26/Aug/2003:23:29:14 +1000] "MKACTIVITY
/svn/atomiclinux/!svn/act/fa158eeb-cbc5-0310-8d51-df084ef18
290 HTTP/1.1" 201 329
127.0.0.1 - - [26/Aug/2003:23:29:14 +1000] "PROPFIND /svn/atomiclinux
HTTP/1.1" 207 446
127.0.0.1 - - [26/Aug/2003:23:29:14 +1000] "PROPFIND
/svn/atomiclinux/!svn/vcc/default HTTP/1.1" 207 412
127.0.0.1 - stuartl [26/Aug/2003:23:29:14 +1000] "CHECKOUT
/svn/atomiclinux/!svn/bln/1 HTTP/1.1" 409 234

root@qube /usr/local/apache2/logs
# tail -20 error_log
[Tue Aug 26 23:09:45 2003] [error] [client 192.168.0.1] Could not
CHECKOUT resource /svn/atomiclinux/!svn/bln/0. [409,
#0]
[Tue Aug 26 23:09:45 2003] [error] [client 192.168.0.1] The specified
activity does not exist. [409, #190002]
[Tue Aug 26 23:11:40 2003] [error] [client 192.168.0.1] Could not
CHECKOUT resource /svn/atomiclinux/!svn/bln/0. [409,
#0]
[Tue Aug 26 23:11:40 2003] [error] [client 192.168.0.1] The specified
activity does not exist. [409, #190002]
[Tue Aug 26 23:12:11 2003] [error] [client 192.168.0.1] Could not
CHECKOUT resource /svn/atomiclinux/!svn/bln/0. [409,
#0]
[Tue Aug 26 23:12:11 2003] [error] [client 192.168.0.1] The specified
activity does not exist. [409, #190002]
[Tue Aug 26 23:13:16 2003] [error] [client 192.168.0.1] Could not
CHECKOUT resource /svn/atomiclinux/!svn/bln/0. [409,
#0]
[Tue Aug 26 23:13:16 2003] [error] [client 192.168.0.1] The specified
activity does not exist. [409, #190002]
[Tue Aug 26 23:13:51 2003] [error] [client 192.168.0.1] Could not
CHECKOUT resource /svn/atomiclinux/!svn/bln/0. [409,
#0]
[Tue Aug 26 23:13:51 2003] [error] [client 192.168.0.1] The specified
activity does not exist. [409, #190002]
[Tue Aug 26 23:22:23 2003] [error] [client 127.0.0.1] Could not CHECKOUT
resource /svn/atomiclinux/!svn/bln/1. [409, #0
]
[Tue Aug 26 23:22:23 2003] [error] [client 127.0.0.1] The specified
activity does not exist. [409, #190002]
[Tue Aug 26 23:23:55 2003] [error] [client 127.0.0.1] Could not CHECKOUT
resource /svn/atomiclinux/!svn/bln/1. [409, #0
]
[Tue Aug 26 23:23:55 2003] [error] [client 127.0.0.1] The specified
activity does not exist. [409, #190002]
[Tue Aug 26 23:25:47 2003] [error] [client 127.0.0.1] Could not CHECKOUT
resource /svn/atomiclinux/!svn/bln/1. [409, #0
]
[Tue Aug 26 23:25:47 2003] [error] [client 127.0.0.1] The specified
activity does not exist. [409, #190002]
[Tue Aug 26 23:28:35 2003] [error] [client 127.0.0.1] Could not CHECKOUT
resource /svn/atomiclinux/!svn/bln/1. [409, #0
]
[Tue Aug 26 23:28:35 2003] [error] [client 127.0.0.1] The specified
activity does not exist. [409, #190002]
[Tue Aug 26 23:29:14 2003] [error] [client 127.0.0.1] Could not CHECKOUT
resource /svn/atomiclinux/!svn/bln/1. [409, #0
]
[Tue Aug 26 23:29:14 2003] [error] [client 127.0.0.1] The specified
activity does not exist. [409, #190002]

- --
+-------------------------------------------------------------+
| Stuart Longland stuartl at longlandclan.hopto.org |
| Brisbane Mesh Node: 719 http://stuartl.cjb.net/ |
| I haven't lost my mind - it's backed up on a tape somewhere |
| Griffith Student No: Course: Bachelor/IT (Nathan) |
+-------------------------------------------------------------+
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE/TZbaIGJk7gLSDPcRAgLaAJ4si0M/zBKk9qsiFc8pg2kFsdL6fwCfVn79
Be8J/7E2VapgdU52OBgdQOo=
=ct3u
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 28 07:46:32 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.