You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Kenneth P. Turvey" <kt...@squeakydolphin.com> on 2006/03/01 02:33:00 UTC

Re: Tags (no I'm not complaining)

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

On Tue, 28 Feb 2006 13:00:51 -0600, kfogel wrote:

> You most likely don't need both the -r386 and the @386.  But, what
> version of the client are you using?

I'm using the version from Ubuntu Linux.  It states its version as 1.2.0.

Do I need to upgrade?

Thank you,


- -- 
Kenneth P. Turvey <kt...@squeakydolphin.com>
Phone : (314) 255-2199

XMPP  IM: kpturvey@jabber.org
Yahoo IM: kpturvey2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFEBQfUi2ZgbrTULjoRAoepAKDLY25rXA4Tu//qzaiFl/F60el4BwCfQ4GN
9vTePVH74HkPzamj9V5rIxY=
=PcU+
-----END PGP SIGNATURE-----



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Tags (no I'm not complaining)

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 2, 2006, at 21:37, Kenneth P. Turvey wrote:

>> You said in an earlier message that you're using Subversion 1.2.0 on
>> Ubuntu. Out of principle, I'd recommend upgrading to Subversion  
>> 1.3.0.
>
> Will this require changes to the repository?

I know you solved your problem already, but for completeness:

If you're using an FSFS repository, or are using a BDB repository and  
keeping the same version of BDB, no changes to the repository are  
required. If using a BDB repository and changing your version of BDB,  
then yes, there are extra steps to follow before and after upgrading.  
See:

http://subversion.tigris.org/faq.html#bdb43-upgrade

To see whether your repository is FSFS or BDB, look at the contents  
of the file db/fs-type in your repository directory.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Tags (no I'm not complaining)

Posted by "Kenneth P. Turvey" <kt...@squeakydolphin.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, 02 Mar 2006 12:21:38 +0100, Ryan Schmidt wrote:

> On Mar 2, 2006, at 05:13, Kenneth P. Turvey wrote:
> 
>> I'm still trying to work this out.  Is this a bug in svn or am I doing
>> something wrong?
> 
> You said in an earlier message that you're using Subversion 1.2.0 on  
> Ubuntu. Out of principle, I'd recommend upgrading to Subversion 1.3.0.

Will this require changes to the repository?  

Thank you.

Also, are there later branches I can check the source code out from that
are also stable (no data loss)?

- -- 
Kenneth P. Turvey <kt...@squeakydolphin.com>
Phone : (314) 255-2199

XMPP  IM: kpturvey@jabber.org
Yahoo IM: kpturvey2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFEB1eQi2ZgbrTULjoRAtzbAJ9fJSZiOeV8F6QH1J+pp6/LZdL3BQCgt3tp
mdtYobMBnav12c9petcwCYI=
=9Dqt
-----END PGP SIGNATURE-----



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Tags (no I'm not complaining)

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 2, 2006, at 05:13, Kenneth P. Turvey wrote:

> I'm still trying to work this out.  Is this a bug in svn or am I doing
> something wrong?

You said in an earlier message that you're using Subversion 1.2.0 on  
Ubuntu. Out of principle, I'd recommend upgrading to Subversion 1.3.0.

If you still see the problem, then please try to recreate the problem  
in a new empty repository and save a transcript of all the commands  
you enter, from creating the repository and adding and moving files  
and directories around, to finally showing the problem. Because then  
if the problem still exists, you can post the transcript and we can  
try to reproduce it, which we can't now because we don't have your  
repository.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Tags (no I'm not complaining)

Posted by "Kenneth P. Turvey" <kt...@squeakydolphin.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm still trying to work this out.  Is this a bug in svn or am I doing
something wrong?


- --------------------------------------------------------------
kt@volkswagon:~$ svn ls  $SVN/DifferentialEvolution/tags@429
assignment1/
build-1/
kt@volkswagon:~$ svn ls  $SVN/DifferentialEvolution/tags/assignment1@429
BuildScript
Manifest.txt
README
src/

kt@volkswagon:~$ svn cp  $SVN/DifferentialEvolution/tags/assignment1@429 $SVN/CS6320-EvolutionaryProgramming/tags/assignment1 svn: Path
'file:///home/kt/subversion/DifferentialEvolution/tags/assignment1@429'
does not exist in revision 479

kt@volkswagon:~$ echo $SVN
file:///home/kt/subversion
- --------------------------------------------

Thank you for your help.  


- -- 
Kenneth P. Turvey <kt...@squeakydolphin.com>
Phone : (314) 255-2199

XMPP  IM: kpturvey@jabber.org
Yahoo IM: kpturvey2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFEBnDfi2ZgbrTULjoRAgMXAJ9NiAFADDw9Zki/zDlzYQwaLKjayQCg5ibU
jrMe9fPs9S4t2ez+aRly4a4=
=kaSH
-----END PGP SIGNATURE-----



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Tags (no I'm not complaining)

Posted by Blair Zajac <bl...@orcaware.com>.
On Feb 28, 2006, at 6:33 PM, Kenneth P. Turvey wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Tue, 28 Feb 2006 13:00:51 -0600, kfogel wrote:
>
>> You most likely don't need both the -r386 and the @386.  But, what
>> version of the client are you using?
>
> I'm using the version from Ubuntu Linux.  It states its version as  
> 1.2.0.

As an aside, I have built Subversion 1.3.0 packages for Ubuntu Breezy  
on i386.  You can find them at

http://www.orcaware.com/packages/ubuntu/

Regards,
Blair

-- 
Blair Zajac, Ph.D.
<bl...@orcaware.com>
Subversion training, consulting and support
http://www.orcaware.com/svn/



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org