DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36355>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36355

           Summary: Multiple branches cannot be made from a single version.
           Product: Slide
           Version: 2.1
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Keywords: RFC
          Severity: normal
          Priority: P2
         Component: Versioning
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


SLIDE doesn't seem to support creating more than one branch for a particular 
version of a resource.

In the following example, I set the version back to 1.1, and do a check-out and 
a check-in to create a 1.1.1.
I then set the version back to 1.1 again, and retry a check-out and a check-
in.  This time it fails.


Create the file and some version history (auto-version-control is set to true 
for me)
[MILK:/slide-tm/files/EasyDoc/GI/] C:\ $ put boot.ini
Uploading  'C:\boot.ini' to '/slide-tm/files/EasyDoc/GI/boot.ini' succeeded.
[MILK:/slide-tm/files/EasyDoc/GI/] C:\ $ checkout boot.ini
checking out '/slide-tm/files/EasyDoc/GI/boot.ini': succeeded.
[MILK:/slide-tm/files/EasyDoc/GI/] C:\ $ checkin boot.ini
checking in '/slide-tm/files/EasyDoc/GI/boot.ini': succeeded.
[MILK:/slide-tm/files/EasyDoc/GI/] C:\ $ checkout boot.ini
checking out '/slide-tm/files/EasyDoc/GI/boot.ini': succeeded.
[MILK:/slide-tm/files/EasyDoc/GI/] C:\ $ checkin boot.ini
checking in '/slide-tm/files/EasyDoc/GI/boot.ini': succeeded.


Have a look at the version tree
[MILK:/slide-tm/files/EasyDoc/GI/] C:\ $ report boot.ini
Getting version-tree Report of '/slide-tm/files/EasyDoc/GI/boot.ini':
/slide-tm/history/30/1.2
/slide-tm/history/30/1.1
/slide-tm/history/30/1.0

Set the version back to 1.1
[MILK:/slide-tm/files/EasyDoc/GI/] C:\ $ update boot.ini /slide-
tm/history/30/1.1
Updateing resource /slide-tm/files/EasyDoc/GI/boot.ini: succeeded.

Do a check-out and a check-in.
[MILK:/slide-tm/files/EasyDoc/GI/] C:\ $ checkout boot.ini
checking out '/slide-tm/files/EasyDoc/GI/boot.ini': succeeded.
[MILK:/slide-tm/files/EasyDoc/GI/] C:\ $ checkin boot.ini
checking in '/slide-tm/files/EasyDoc/GI/boot.ini': succeeded.

Have a look at the version tree.  This time, have a version 1.1.1 as expected.
[MILK:/slide-tm/files/EasyDoc/GI/] C:\ $ report boot.ini
Getting version-tree Report of '/slide-tm/files/EasyDoc/GI/boot.ini':
/slide-tm/history/30/1.1.1
/slide-tm/history/30/1.2
/slide-tm/history/30/1.1
/slide-tm/history/30/1.0

Set the version back to 1.1
[MILK:/slide-tm/files/EasyDoc/GI/] C:\ $ update boot.ini /slide-
tm/history/30/1.1
Updateing resource /slide-tm/files/EasyDoc/GI/boot.ini: succeeded.

Do a check-out and a check-in.
[MILK:/slide-tm/files/EasyDoc/GI/] C:\ $ checkout boot.ini
checking out '/slide-tm/files/EasyDoc/GI/boot.ini': succeeded.
[MILK:/slide-tm/files/EasyDoc/GI/] C:\ $ checkin boot.ini
checking in '/slide-tm/files/EasyDoc/GI/boot.ini': failed.
Internal Server Error (500)
[MILK:/slide-tm/files/EasyDoc/GI/] C:\ $

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to