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

RE: (no author) issue

From: Yanghui Bian <ybi_at_vitesse.com>
Date: 2003-07-29 21:59:49 CEST

More commands:
"svn mkdir" is using the command as:
$svn mkdir file:///g:/repos/trunk
$svn mkdir file:///g:/repos/trunk/library
This is using SVN local access.
but "svn import/commit" used
$ svn import -m "Initial revision" rdenv
http://p1033295/repos/trunk/library/rdenv
This is via Apache server.

If this doesn't help to identify where is the problem, I will
just create a new repos and simple script to reproduce it. Thank you.

> -----Original Message-----
> From: kfogel@collab.net [mailto:kfogel@collab.net]
> Sent: Tuesday, July 29, 2003 9:09 PM
> To: Yanghui Bian
> Cc: users@subversion.tigris.org
> Subject: Re: (no author) issue
>
> "Yanghui Bian" <ybi@vitesse.com> writes:
> > I am running Subversion version 0.25.0 (r6433) on windows XP.
> > I create the layout of the repository
> > $ svn mkdir -m "layout $layout_class"
> > $REPOSROOT/$repos_name/$layout_class
> > >From the log, it has the author.
> > $ svn log $REPOSROOT/$repos_name
> >
------------------------------------------------------------------------
> > rev 1: ybi | 2003-07-28 20:44:15 +0200 (Mon, 28 Jul 2003) | 1 line
> >
> > layout trunk
> >
------------------------------------------------------------------------
> > But after I imported a project or modified the file, there is no
author.
> > $ svn log Makefile
> >
------------------------------------------------------------------------
> > rev 24: (no author) | 2003-07-29 19:28:35 +0200 (Tue, 29 Jul 2003)
| 2
> > lines
> > set the keyword property
> >
> > Could anyone help me, please?
>
> Please show us an *exact* transcript of everything you did, starting
> with the creation of the repository if possible, or else from the
> initial import. (Include an 'ls -laR' of the import source tree, if
> that's not too large).
>
> Thank you,
> -Karl
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 29 22:00:38 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.